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