Domanda

I am using a SharePoint 2013 On Prem Server and want to show a Modal Dialog in an application page.

I use: OpenPopUpPage(url, callback); This way the Dialog sizes to its content and everything is fine. Except when the aspx Page, which is the content of the Dialog, resizes after the dialog has been initialized.

can somebody give me a hint, how to resize the dialog when the content size changes?

best regards Alex

È stato utile?

Soluzione

Try to use function SP.UI.ModalDialog.get_childDialog().autoSize() in modal dialog page.

Find more details here.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top