Pman.Tab.AdminEnums.bjs
authorChris <chris@roojs.com>
Wed, 12 Sep 2012 09:00:55 +0000 (17:00 +0800)
committerChris <chris@roojs.com>
Wed, 12 Sep 2012 09:00:55 +0000 (17:00 +0800)
Pman.Tab.AdminEnums.js
Pman.Tab.AdminContactsGroupRight.bjs
Pman.Tab.AdminContactsGroupRight.js

Pman.Tab.AdminContactsGroupRight.bjs
Pman.Tab.AdminContactsGroupRight.js

index 0148595..0a4b607 100644 (file)
@@ -6,8 +6,9 @@
     "path": "/home/chris/gitlive/Pman.Admin/Pman.Tab.AdminContactsGroupRight.bjs",
     "items": [
         {
-            "|xns": "Roo",
-            "xtype": "GridPanel"
+            "region": "",
+            "xtype": "GridPanel",
+            "|xns": "Roo"
         }
     ],
     "permname": "",
index c9d5caf..c2d5252 100644 (file)
@@ -16,7 +16,8 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
         var MODULE = this;
         return {
             xtype: 'GridPanel',
-            xns: Roo
+            xns: Roo,
+            region : ''
         };
     }
 });