The modal-dialog tag has no wiki summary.
3
votes
2answers
2k views
Trying to redirect after closing Modaldialog, but parameters aren't set
I have a layouts page which creates a new site. I use SP.UI.ModalDialog to show the site. I've created the following js function I use to pop it up:
function PagePopupAndRedir(fileUrl, fileTitle, ...
0
votes
1answer
389 views
Modal dialog window is not fully closed after clicking OK/Cancel on the list edit form
The edit form is opened through a link. Once the user click this link, the edit form for the list will be opened as a modal dialog. Any changes done are saved but the modal dialog is not closed ...
5
votes
1answer
353 views
How to add a “processing” gif to a Modal Dialog?
I am popping up a Modal Dialog using SP.UI.ModalDialog.showModalDialog. From the time that the modal pops up until the controls render on the page there is sometimes a bit of a lag.
What I would ...
3
votes
2answers
2k views
Possible to close a Modal Dialog from code behind?
I am popping up a Custom Application Page using a call to SP.UI.ModalDialog.showModalDialog. Is there a way that I can close the dialog from the code behind after a user clicks a button?
2
votes
2answers
103 views
Are the pop-ups in 2010 enforced?
I'm not a fan of the popup list add/edit dialogs to add content in 2010, is there an alternative UI, or is this something I have to get used to?