Thursday, March 26, 2015

Popup Window

 
Popup Window

var options = {
                width: 800,
                height: 400,
                title: "Your Title Here",
                url: "Screen URL",
                showClose: true,

            }
            SP.SOD.execute('sp.ui.dialog.js', 'SP.UI.ModalDialog.showModalDialog', options);

No comments:

Post a Comment