I open a SP.UI.ModalDialog.showModalDialog
function openPop()
{
var notaID = $("#hiddenIDSpan").text();
var options = {
title: "TITLE",
width: 700,
height: 700,
url: '/Lists/NameOfList/NameOfPage.aspx?NotaID='+notaID};
SP.UI.ModalDialog.showModalDialog(options);
}
In that new ModalDialog i have a button that open another
SP.UI.ModalDialog.showModalDialog and then, this is the ERROR. Does somebody know why?
- Uncaught TypeError: Cannot call method 'parentElement' of null
sp.ui.rte.debug.js?rev=%2BIbgsl83veG0lHyYqlfF4g%3D%3D:2694
- RTE.Canvas.checkCurrentFocussp.ui.rte.debug.js?rev=%2BIbgsl83veG0lHyYqlfF4g%3D%3D:2694
- Edited by IvanRamosMCPD Thursday, September 26, 2013 5:48 PM