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 : '001-Pman.Tab.AdminWatchNotify',
13         module : Pman.Tab.AdminWatchNotify,
14         region : '',
15         parent : false,
16         name : "unnamed module",
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             title : "Notifications",
38             layout : {
39                 xtype: 'BorderLayout',
40                 xns: Roo,
41                 center : {
42                     xtype: 'LayoutRegion',
43                     xns: Roo
44                 }
45             }
46         });
47         this.layout = this.panel.layout;
48
49     }
50 });