Pman.Tab.AdminCountries.bjs
authorChris <chris@roojs.com>
Tue, 18 Mar 2014 10:23:46 +0000 (18:23 +0800)
committerChris <chris@roojs.com>
Tue, 18 Mar 2014 10:23:46 +0000 (18:23 +0800)
Pman.Tab.AdminCountries.js

Pman.Tab.AdminCountries.bjs
Pman.Tab.AdminCountries.js

index 299bbc6..98f1635 100644 (file)
@@ -6,8 +6,12 @@
     "path": "/home/chris/gitlive/Pman.Admin/Pman.Tab.AdminCountries.bjs",
     "items": [
         {
-            "|xns": "Roo",
-            "xtype": "GridPanel"
+            "background": true,
+            "fitContainer": true,
+            "fitToFrame": true,
+            "region": "west",
+            "xtype": "GridPanel",
+            "|xns": "Roo"
         }
     ],
     "permname": "",
index 3dbb346..9927ec5 100644 (file)
@@ -16,7 +16,11 @@ Pman.Tab.AdminCountries = new Roo.XComponent({
         var MODULE = this;
         return {
             xtype: 'GridPanel',
-            xns: Roo
+            xns: Roo,
+            background : true,
+            fitContainer : true,
+            fitToFrame : true,
+            region : 'west'
         };
     }
 });