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:
Marco Antonio Nina
2014-07-02 11:22:33 -04:00
parent 0c6160429a
commit 0c0ac77b95

View File

@@ -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,