Pman.Dialog.AdminEnumType.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 16 Jan 2015 08:47:08 +0000 (16:47 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 16 Jan 2015 08:47:08 +0000 (16:47 +0800)
Pman.Dialog.AdminEnumType.js

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

index e7c1f2f..2213961 100644 (file)
@@ -2,13 +2,19 @@
     "name" : "Pman.Dialog.AdminEnumType",
     "parent" : "",
     "title" : "",
-    "path" : "/home/michael/gitlive/Pman.Admin/Pman.Dialog.AdminEnumType.bjs",
+    "path" : "/home/alan/gitlive/Pman.Admin/Pman.Dialog.AdminEnumType.bjs",
     "permname" : "",
     "modOrder" : "001",
     "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
+                }
+            ]
+
         });
     }
 };