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

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

index b41fadc..d906eb4 100644 (file)
                 {
                     "|xns": "Roo.grid",
                     "xtype": "EditorGrid",
-                    "*prop": "grid"
+                    "*prop": "grid",
+                    "items": [
+                        {
+                            "|xns": "Roo.data",
+                            "xtype": "Store",
+                            "*prop": "ds"
+                        }
+                    ]
                 }
             ]
         }
index 5d42e61..5fb6522 100644 (file)
@@ -21,7 +21,11 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
             title : "Rights",
             grid : {
                 xtype: 'EditorGrid',
-                xns: Roo.grid
+                xns: Roo.grid,
+                ds : {
+                    xtype: 'Store',
+                    xns: Roo.data
+                }
             }
         };
     }