Custom size for popup form
- Anton Vityaz
- Posts: 7
- Joined: Mon Jun 22, 2015
How to show SPForm in dialog mode with a specific width and height?
Use width and height settings in the object you pass to the showModalDialog function, like this:
Code: Select all
SP.UI.ModalDialog.showModalDialog({
url: '/Lists/MyList/fd_Item_EditForm.aspx?ID=1',
height: 1000,
width: 1000
});
-
- Information
-
Who is online
Users browsing this forum: No registered users and 14 guests