i want to set the selected SPList Title value when show the NewListForm.aspx using SP.UI.ModalDialog.showModalDialog(), could anyone help me to resolve this issue please?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
In showModalDialog you can pass arguments that get passed on to the dialog. If you would pass the title as an argument, then modify the NewListForm.aspx slightly using SharePoint Designer to add javascript functionality that would take that argument and put it in the Title field. |
|||||
|