Pman.Tab.AdminContactsManager.bjs
authoredward <edward@roojs.com>
Fri, 19 Aug 2016 06:15:00 +0000 (14:15 +0800)
committeredward <edward@roojs.com>
Fri, 19 Aug 2016 06:15:00 +0000 (14:15 +0800)
Pman.Tab.AdminContactsManager.js

Pman.Tab.AdminContactsManager.bjs
Pman.Tab.AdminContactsManager.js

index dfcaa72..f3facd6 100644 (file)
@@ -1,41 +1,43 @@
 {
-    "id": "roo-file-73",
-    "name": "Pman.Tab.AdminContactsManager",
-    "parent": "Pman.Tab.Admin",
-    "title": "Pman.Tab.AdminContactsManager",
-    "path": "/home/chris/gitlive/Pman.Admin/Pman.Tab.AdminContactsManager.bjs",
-    "items": [
-        {
-            "background": true,
-            "region": "center",
-            "xtype": "NestedLayoutPanel",
-            "|title": "(function() {\n    return _this.title || \"Contacts Manager\";\n})()",
-            "|xns": "Roo",
-            "items": [
-                {
-                    "|xns": "Roo",
-                    "xtype": "BorderLayout",
-                    "*prop": "layout",
-                    "items": [
-                        {
-                            "*prop": "west",
-                            "split": true,
-                            "tabPosition": "top",
-                            "width": 250,
-                            "xtype": "LayoutRegion",
-                            "|xns": "Roo"
-                        },
-                        {
-                            "*prop": "center",
-                            "tabPosition": "top",
-                            "xtype": "LayoutRegion",
-                            "|xns": "Roo"
-                        }
-                    ]
-                }
-            ]
-        }
-    ],
-    "permname": "Core.Person",
-    "modOrder": "060"
+ "name" : "Pman.Tab.AdminContactsManager",
+ "parent" : "Pman.Tab.Admin",
+ "title" : "Pman.Tab.AdminContactsManager",
+ "path" : "/home/edward/gitlive/Pman.Admin/Pman.Tab.AdminContactsManager.bjs",
+ "permname" : "Core.Person",
+ "modOrder" : "060",
+ "strings" : {
+  "24638ac4ae95a8101b5b6e9d3b034d3a" : "(function() {\n    return _this.title || \"Contacts Manager\";\n})()"
+ },
+ "items" : [
+  {
+   "background" : true,
+   "region" : "center",
+   "xtype" : "NestedLayoutPanel",
+   "| title" : "(function() {\n    return _this.title || \"Contacts Manager\";\n})()",
+   "$ xns" : "Roo",
+   "items" : [
+    {
+     "xtype" : "BorderLayout",
+     "$ xns" : "Roo",
+     "* prop" : "layout",
+     "items" : [
+      {
+       "xtype" : "LayoutRegion",
+       "tabPosition" : "top",
+       "width" : 250,
+       "$ xns" : "Roo",
+       "split" : true,
+       "* prop" : "west"
+      },
+      {
+       "xtype" : "LayoutRegion",
+       "tabPosition" : "top",
+       "$ xns" : "Roo",
+       "* prop" : "center"
+      }
+     ]
+    }
+   ]
+  }
+ ]
 }
\ No newline at end of file
index 6d41c7c..faf7c9d 100644 (file)
@@ -2,42 +2,52 @@
 
 // Auto generated file - created by app.Builder.js- do not edit directly (at present!)
 
+Roo.namespace('Pman.Tab');
+
 Pman.Tab.AdminContactsManager = new Roo.XComponent({
-    part     :  ["Admin","ContactsManager"],
-    order    : '060-Pman.Tab.AdminContactsManager',
-    region   : 'center',
-    parent   : 'Pman.Tab.Admin',
-    name     : "Pman.Tab.AdminContactsManager",
-    disabled : false, 
-    permname : 'Core.Person', 
-    _tree : function()
-    {
-        var _this = this;
-        var MODULE = this;
-        return {
-            xtype: 'NestedLayoutPanel',
-            xns: Roo,
-            background : true,
-            region : 'center',
-            title : (function() {
-                return _this.title || "Contacts Manager";
-            })(),
-            layout : {
-                xtype: 'BorderLayout',
-                xns: Roo,
-                west : {
-                    xtype: 'LayoutRegion',
-                    xns: Roo,
-                    split : true,
-                    tabPosition : 'top',
-                    width : 250
-                },
-                center : {
-                    xtype: 'LayoutRegion',
-                    xns: Roo,
-                    tabPosition : 'top'
-                }
-            }
-        };
+
+ _strings : {
+  '24638ac4ae95a8101b5b6e9d3b034d3a' :"(function() {\n    return _this.title || \"Contacts Manager\";\n})()"
+ },
+
+  part     :  ["Admin", "ContactsManager" ],
+  order    : '060-Pman.Tab.AdminContactsManager',
+  region   : 'center',
+  parent   : 'Pman.Tab.Admin',
+  name     : "Pman.Tab.AdminContactsManager",
+  disabled : false, 
+  permname : 'Core.Person', 
+  _tree : function()
+  {
+   var _this = this;
+   var MODULE = this;
+   return {
+   xtype : 'NestedLayoutPanel',
+   background : true,
+   region : 'center',
+   title : (function() {
+       return _this.title || "Contacts Manager";
+   })(),
+   xns : Roo,
+   '|xns' : 'Roo',
+   layout : {
+    xtype : 'BorderLayout',
+    xns : Roo,
+    '|xns' : 'Roo',
+    center : {
+     xtype : 'LayoutRegion',
+     tabPosition : 'top',
+     xns : Roo,
+     '|xns' : 'Roo'
+    },
+    west : {
+     xtype : 'LayoutRegion',
+     split : true,
+     tabPosition : 'top',
+     width : 250,
+     xns : Roo,
+     '|xns' : 'Roo'
     }
+   }
+  };  }
 });