BUG-15336 There is no Id in Dynaform Designer Windows SOLVED
- Property no fill. - A validation was added in popupWindow add id: 'panelFieldProperties'
This commit is contained in:
@@ -497,8 +497,8 @@ function popupWindow ( title , url, width, height, callbackFn , autoSizeWidth, a
|
|||||||
var myPanel = new leimnud.module.panel();
|
var myPanel = new leimnud.module.panel();
|
||||||
currentPopupWindow = myPanel;
|
currentPopupWindow = myPanel;
|
||||||
myPanel.options = {
|
myPanel.options = {
|
||||||
id: 'panelFieldProperties',
|
id: 'panelFieldProperties',
|
||||||
limit: true,
|
limit: true,
|
||||||
size:{w:width,h:height},
|
size:{w:width,h:height},
|
||||||
position:{center:true},
|
position:{center:true},
|
||||||
title: title,
|
title: title,
|
||||||
|
|||||||
Reference in New Issue
Block a user