openDialog: function (id) {
SP.UI.ModalDialog.showModalDialog({
url: "Edit.aspx?ID=" + id + "&SPHostUrl=" + hostUrl + "&SPAppWebUrl=" + appweburl + "",
title: "Edit",
allowMaximize: false,
showClose: true,
width: 400,
height: 200
});
}
SP.UI.ModalDialog.showModalDialog({
url: "Edit.aspx?ID=" + id + "&SPHostUrl=" + hostUrl + "&SPAppWebUrl=" + appweburl + "",
title: "Edit",
allowMaximize: false,
showClose: true,
width: 400,
height: 200
});
}
No comments:
Post a Comment