Pman.Dialog.AdminCoreEnum.bjs
authorChris <chris@roojs.com>
Fri, 11 Oct 2013 09:13:42 +0000 (17:13 +0800)
committerChris <chris@roojs.com>
Fri, 11 Oct 2013 09:13:42 +0000 (17:13 +0800)
Pman.Dialog.AdminCoreEnum.js

Pman.Dialog.AdminCoreEnum.bjs
Pman.Dialog.AdminCoreEnum.js

index 2db791c..6facaf5 100644 (file)
@@ -9,6 +9,11 @@
             "|xns": "Roo",
             "xtype": "LayoutDialog",
             "items": [
+                {
+                    "|xns": "Roo",
+                    "xtype": "LayoutRegion",
+                    "*prop": "center"
+                },
                 {
                     "listeners": {
                         "|activate": "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
index 6483a62..0f8acfe 100644 (file)
@@ -458,7 +458,11 @@ Pman.Dialog.AdminCoreEnum = {
                         ]
                     }
                 }
-            ]
+            ],
+            center : {
+                xtype: 'LayoutRegion',
+                xns: Roo
+            }
         });
     }
 };