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();
|
||||
currentPopupWindow = myPanel;
|
||||
myPanel.options = {
|
||||
id: 'panelFieldProperties',
|
||||
limit: true,
|
||||
id: 'panelFieldProperties',
|
||||
limit: true,
|
||||
size:{w:width,h:height},
|
||||
position:{center:true},
|
||||
title: title,
|
||||
|
||||
Reference in New Issue
Block a user