Forum Discussion
null null
Jun 29, 2017Iron Contributor
SP.UI.ModalDialog does not work for published page
Hi, I was trying to write some js code for modal window using function OpenDialog(url) {
var options = SP.UI.$create_DialogOptions();
options.url = url;
options.width = 769;
...
Shawn Xiong
Jun 30, 2017Brass Contributor
use SP.SOD.loadMultiple to ensure 'sp.ui.dialog.js' is loaded before using modal dialog.