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

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

index a6eacdc..3eaaf9b 100644 (file)
@@ -4,7 +4,12 @@
     "parent": "Pman.Tab.GroupMgr",
     "title": "",
     "path": "/home/chris/gitlive/Pman.Admin/Pman.Tab.AdminContactsGroupRight.bjs",
-    "items": [],
+    "items": [
+        {
+            "|xns": "Roo",
+            "xtype": "GridPanel"
+        }
+    ],
     "permname": "",
     "modOrder": "001"
 }
\ No newline at end of file
index c227083..67a770b 100644 (file)
@@ -1 +1,22 @@
-0
\ No newline at end of file
+//<script type="text/javascript">
+
+// Auto generated file - created by app.Builder.js- do not edit directly (at present!)
+
+Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
+    part     :  ["Admin","ContactsGroupRight"],
+    order    : '001-Pman.Tab.AdminContactsGroupRight',
+    region   : 'center',
+    parent   : 'Pman.Tab.GroupMgr',
+    name     : "unnamed module",
+    disabled : false, 
+    permname : '', 
+    _tree : function()
+    {
+        var _this = this;
+        var MODULE = this;
+        return {
+            xtype: 'GridPanel',
+            xns: Roo
+        };
+    }
+});