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         });
38         this.layout = this.panel.layout;
39
40     }
41 });