|
|
@ -115,14 +115,6 @@ function openMenu(obj, params) {
|
|
|
|
let dynamicPage = document.createElement("div");
|
|
|
|
let dynamicPage = document.createElement("div");
|
|
|
|
dynamicPage.setAttribute("id","innerPage-"+dataKey);
|
|
|
|
dynamicPage.setAttribute("id","innerPage-"+dataKey);
|
|
|
|
|
|
|
|
|
|
|
|
// .attr("frameborder" , "0")
|
|
|
|
|
|
|
|
// .attr("scrolling" , "no")
|
|
|
|
|
|
|
|
// .attr("width" , "100%")
|
|
|
|
|
|
|
|
// .css("border" , "0")
|
|
|
|
|
|
|
|
// .css("height" , "100%")
|
|
|
|
|
|
|
|
// .css("min-height" , "800px")
|
|
|
|
|
|
|
|
// .css("overflow" , "auto")
|
|
|
|
|
|
|
|
// .css("overflow-x" , "no")
|
|
|
|
|
|
|
|
;
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
|
|
$("#formForInnerPage").remove();
|
|
|
|
$("#formForInnerPage").remove();
|
|
|
|