Custom size for popup form
Posted: 04 Nov 2015
How to show SPForm in dialog mode with a specific width and height?
Design SharePoint forms with tabs, complex tables, accordions, sub-lists, and 3rd party columns
https://spform.com/forum/
Code: Select all
SP.UI.ModalDialog.showModalDialog({
url: '/Lists/MyList/fd_Item_EditForm.aspx?ID=1',
height: 1000,
width: 1000
});