From 2fe759bf6a203262bd52a294510b87a9d0499bba Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 11 Apr 2016 14:36:40 +0800 Subject: [PATCH] Pman.Tab.AdminWatchNotify.bjs Pman.Tab.AdminWatchNotify.js --- Pman.Tab.AdminWatchNotify.bjs | 64 ++++++++++++++++++----------------- Pman.Tab.AdminWatchNotify.js | 63 +++++++++++++++++++--------------- 2 files changed, 69 insertions(+), 58 deletions(-) diff --git a/Pman.Tab.AdminWatchNotify.bjs b/Pman.Tab.AdminWatchNotify.bjs index 8e18545..bceaa04 100644 --- a/Pman.Tab.AdminWatchNotify.bjs +++ b/Pman.Tab.AdminWatchNotify.bjs @@ -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 diff --git a/Pman.Tab.AdminWatchNotify.js b/Pman.Tab.AdminWatchNotify.js index 61c9cd2..66c12a3 100644 --- a/Pman.Tab.AdminWatchNotify.js +++ b/Pman.Tab.AdminWatchNotify.js @@ -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' } + } + }; } }); -- 2.39.2