Frage

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

War es hilfreich?

Lösung

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

Find more details here.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit sharepoint.stackexchange
scroll top