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
6
7 // register the module first
8 Pman.on('beforeload', function()
9 {
10     Pman.register({
11         part :  ["Admin","WatchNotify"],
12         modKey : '860-Pman.Tab.AdminWatchNotify',
13         module : Pman.Tab.AdminWatchNotify,
14         region : 'center',
15         parent : Pman.Tab.Admin,
16         name : "Notifications",
17         disabled : false, 
18         permname: '' 
19     });
20 });
21
22 Pman.Tab.AdminWatchNotify = new Roo.util.Observable({
23
24     panel : false,
25     disabled : false,
26     parentLayout:  false,
27
28     add : function(parentLayout, region)
29     {
30
31         var _this = this;
32         this.parentLayout = parentLayout;
33
34         this.panel = parentLayout.addxtype({
35             xtype: 'NestedLayoutPanel',
36             xns: Roo,
37             background : true,
38             region : 'center',
39             title : "Notifications",
40             layout : {
41                 xtype: 'BorderLayout',
42                 xns: Roo,
43                 center : {
44                     xtype: 'LayoutRegion',
45                     xns: Roo,
46                     tabPosition : 'top'
47                 }
48             }
49         });
50         this.layout = this.panel.layout;
51
52     }
53 });