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

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

index dd9cac3..4d93d7b 100644 (file)
@@ -9,14 +9,7 @@
             "region": "east",
             "title": "Rights",
             "xtype": "GridPanel",
-            "|xns": "Roo",
-            "items": [
-                {
-                    "|xns": "Roo.grid",
-                    "xtype": "EditorGrid",
-                    "*prop": "grid"
-                }
-            ]
+            "|xns": "Roo"
         }
     ],
     "permname": "",
index 4dab78c..1237080 100644 (file)
@@ -18,11 +18,7 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
             xtype: 'GridPanel',
             xns: Roo,
             region : 'east',
-            title : "Rights",
-            grid : {
-                xtype: 'EditorGrid',
-                xns: Roo.grid
-            }
+            title : "Rights"
         };
     }
 });