Pman.Tab.CmsAggregate.bjs
[Pman.Cms] / Pman.Tab.CmsAggregate.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 :  ["Cms","Aggregate"],
12         modKey : '850-Pman.Tab.CmsAggregate',
13         module : Pman.Tab.CmsAggregate,
14         region : 'center',
15         parent : Pman.Tab.Cms,
16         name : "Pman.Tab.CmsAggregate",
17         disabled : false, 
18         permname: '' 
19     });
20 });
21
22 Pman.Tab.CmsAggregate = 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 : "RSS Feed Aggregator",
38             layout : {
39                 xtype: 'BorderLayout',
40                 xns: Roo,
41                 center : {
42                     xtype: 'LayoutRegion',
43                     xns: Roo
44                 },
45                 south : {
46                     xtype: 'LayoutRegion',
47                     xns: Roo
48                 }
49             }
50         });
51         this.layout = this.panel.layout;
52
53     }
54 });