Show Modal Dialog

//******** Basic Dialog Starts Here ***********/
function openBasicDialog(tUrl, tTitle) {
    alert(tUrl);
    var options = {
        url: tUrl,
        title: tTitle
    };
    SP.SOD.execute('sp.ui.dialog.js', 'SP.UI.ModalDialog.showModalDialog', options);
   
}
//******** Basic Dialog Ends Here ***********/

Comments

Popular posts from this blog

How to remove app from SharePoint 2013/2016

The model backing the context has changed since the database was created. Consider using Code First Migrations to update the database