Pman.Tab.AdminWatchNotify.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 11 Apr 2016 06:36:40 +0000 (14:36 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 11 Apr 2016 06:36:40 +0000 (14:36 +0800)
Pman.Tab.AdminWatchNotify.js

Pman.Tab.AdminWatchNotify.bjs
Pman.Tab.AdminWatchNotify.js

index 8e18545..bceaa04 100644 (file)
@@ -1,33 +1,35 @@
 {
-    "id": "roo-file-194",
-    "name": "Pman.Tab.AdminWatchNotify",
-    "parent": "Pman.Tab.Admin",
-    "title": "Notifications",
-    "path": "/home/alan/gitlive/Pman.Admin/Pman.Tab.AdminWatchNotify.bjs",
-    "items": [
-        {
-            "background": true,
-            "region": "center",
-            "title": "Notifications",
-            "xtype": "NestedLayoutPanel",
-            "|xns": "Roo",
-            "items": [
-                {
-                    "|xns": "Roo",
-                    "xtype": "BorderLayout",
-                    "*prop": "layout",
-                    "items": [
-                        {
-                            "*prop": "center",
-                            "tabPosition": "top",
-                            "xtype": "LayoutRegion",
-                            "|xns": "Roo"
-                        }
-                    ]
-                }
-            ]
-        }
-    ],
-    "permname": "",
-    "modOrder": "860"
+ "name" : "Pman.Tab.AdminWatchNotify",
+ "parent" : "Pman.Tab.Admin",
+ "title" : "Notifications",
+ "path" : "/home/alan/gitlive/Pman.Admin/Pman.Tab.AdminWatchNotify.bjs",
+ "permname" : "",
+ "modOrder" : "860",
+ "strings" : {
+  "a274f4d4670213a9045ce258c6c56b80" : "Notifications"
+ },
+ "items" : [
+  {
+   "region" : "center",
+   "title" : "Notifications",
+   "xtype" : "NestedLayoutPanel",
+   "$ background" : false,
+   "$ xns" : "Roo",
+   "items" : [
+    {
+     "xtype" : "BorderLayout",
+     "$ xns" : "Roo",
+     "* prop" : "layout",
+     "items" : [
+      {
+       "xtype" : "LayoutRegion",
+       "tabPosition" : "top",
+       "$ xns" : "Roo",
+       "* prop" : "center"
+      }
+     ]
+    }
+   ]
+  }
+ ]
 }
\ No newline at end of file
index 61c9cd2..66c12a3 100644 (file)
@@ -2,33 +2,42 @@
 
 // Auto generated file - created by app.Builder.js- do not edit directly (at present!)
 
+Roo.namespace('Pman.Tab');
+
 Pman.Tab.AdminWatchNotify = new Roo.XComponent({
-    part     :  ["Admin","WatchNotify"],
-    order    : '860-Pman.Tab.AdminWatchNotify',
-    region   : 'center',
-    parent   : 'Pman.Tab.Admin',
-    name     : "Notifications",
-    disabled : false, 
-    permname : '', 
-    _tree : function()
-    {
-        var _this = this;
-        var MODULE = this;
-        return {
-            xtype: 'NestedLayoutPanel',
-            xns: Roo,
-            background : true,
-            region : 'center',
-            title : "Notifications",
-            layout : {
-                xtype: 'BorderLayout',
-                xns: Roo,
-                center : {
-                    xtype: 'LayoutRegion',
-                    xns: Roo,
-                    tabPosition : 'top'
-                }
-            }
-        };
+
+ _strings : {
+  'a274f4d4670213a9045ce258c6c56b80' :"Notifications"
+ },
+
+  part     :  ["Admin", "WatchNotify" ],
+  order    : '860-Pman.Tab.AdminWatchNotify',
+  region   : 'center',
+  parent   : 'Pman.Tab.Admin',
+  name     : "Notifications",
+  disabled : false, 
+  permname : '', 
+  _tree : function()
+  {
+   var _this = this;
+   var MODULE = this;
+   return {
+   background : false,
+   region : 'center',
+   title : _this._strings['a274f4d4670213a9045ce258c6c56b80'] /* Notifications */,
+   xns : Roo,
+   '|xns' : 'Roo',
+   xtype : 'NestedLayoutPanel',
+   layout : {
+    xns : Roo,
+    '|xns' : 'Roo',
+    xtype : 'BorderLayout',
+    center : {
+     tabPosition : 'top',
+     xns : Roo,
+     '|xns' : 'Roo',
+     xtype : 'LayoutRegion'
     }
+   }
+  };  }
 });