sync
[Pman.Admin] / Pman.Tab.AdminWatchNotify.js
1 //<script type="text/javascript">
2
3 // Auto generated file - created by app.Builder.js- do not edit directly (at present!)
4
5 Roo.namespace('Pman.Tab');
6
7 Pman.Tab.AdminWatchNotify = new Roo.XComponent({
8
9  _strings : {
10   'a274f4d4670213a9045ce258c6c56b80' :"Notifications"
11  },
12
13   part     :  ["Admin", "WatchNotify" ],
14   order    : '860-Pman.Tab.AdminWatchNotify',
15   region   : 'center',
16   parent   : 'Pman.Tab.Admin',
17   name     : "Notifications",
18   disabled : false, 
19   permname : '', 
20   _tree : function()
21   {
22    var _this = this;
23    var MODULE = this;
24    return {
25    background : false,
26    region : 'center',
27    title : _this._strings['a274f4d4670213a9045ce258c6c56b80'] /* Notifications */,
28    xns : Roo,
29    '|xns' : 'Roo',
30    xtype : 'NestedLayoutPanel',
31    layout : {
32     xns : Roo,
33     '|xns' : 'Roo',
34     xtype : 'BorderLayout',
35     center : {
36      tabPosition : 'top',
37      xns : Roo,
38      '|xns' : 'Roo',
39      xtype : 'LayoutRegion'
40     }
41    }
42   };  }
43 });