Pman.Dialog.AdminEnumType.bjs
authorMicheal <micheal@roojs.com>
Fri, 16 Jan 2015 09:28:35 +0000 (17:28 +0800)
committerMicheal <micheal@roojs.com>
Fri, 16 Jan 2015 09:28:35 +0000 (17:28 +0800)
Pman.Dialog.AdminEnumType.js

Pman.Dialog.AdminEnumType.bjs
Pman.Dialog.AdminEnumType.js

index e7c1f2f..441bf16 100644 (file)
@@ -8,7 +8,13 @@
     "items" : [
         {
             "xtype" : "LayoutDialog",
-            "$ xns" : "Roo"
+            "$ xns" : "Roo",
+            "items" : [
+                {
+                    "xtype" : "LayoutRegion",
+                    "$ xns" : "Roo"
+                }
+            ]
         }
     ]
 }
\ No newline at end of file
index 23ccd3f..b5d4a6b 100644 (file)
@@ -32,7 +32,15 @@ Pman.Dialog.AdminEnumType = {
         this.dialog = Roo.factory({
             '|xns' : 'Roo',
             xtype : 'LayoutDialog',
-            xns : Roo
+            xns : Roo,
+            items : [
+               {
+                    '|xns' : 'Roo',
+                    xtype : 'LayoutRegion',
+                    xns : Roo
+                }
+            ]
+
         });
     }
 };