Pman.Tab.AdminNotify.bjs
[Pman.Admin] / Pman.Tab.AdminNotify.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.AdminNotify = new Roo.XComponent({
8
9
10
11   part     :  ["Admin", "Notify" ],
12   order    : '001-Pman.Tab.AdminNotify',
13   region   : 'center',
14   parent   : 'Pman.Tab.AdminWatchNotify',
15   name     : "Pman.Tab.AdminNotify",
16   disabled : false, 
17   permname : '', 
18   _tree : function()
19   {
20    var _this = this;
21    var MODULE = this;
22    return {
23    xns : Roo,
24    '|xns' : 'Roo',
25    xtype : 'NestedLayoutPanel',
26    layout : {
27     xns : Roo,
28     '|xns' : 'Roo',
29     xtype : 'BorderLayout'
30    }
31   };  }
32 });