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

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

index 263b5e2..73102fc 100644 (file)
@@ -7,6 +7,7 @@
     "items": [
         {
             "region": "center",
+            "title": "Rights",
             "xtype": "GridPanel",
             "|xns": "Roo"
         }
index 0d13876..c6a522e 100644 (file)
@@ -17,7 +17,8 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
         return {
             xtype: 'GridPanel',
             xns: Roo,
-            region : 'center'
+            region : 'center',
+            title : "Rights"
         };
     }
 });