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

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

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