Sunday, June 2, 2013

Open Dialog in SharePoint 2013

 Page Script Inside Page


//function to display a dialog
function dialogfunction(pageUrl) {
    var options = { url: pageUrl, width: 400, height: 300 };
    SP.SOD.execute('sp.ui.dialog.js', 'SP.UI.ModalDialog.showModalDialog', options);
}

No comments:

Post a Comment