DataObjects/Builder_tables.php
[Pman.Builder] / Pman.Tab.BuilderView.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.BuilderView = new Roo.XComponent({
6     part     :  ["Builder","View"],
7     order    : '001-Pman.Tab.BuilderView',
8     region   : 'center',
9     parent   : 'Pman.Tab.BuilderTab',
10     name     : "Pman.Tab.BuilderView",
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             listeners : {
21                 activate : function (_self)
22                 {
23                     _this.panel = _self;
24                     Pman.Builder.View.init(_this);
25                 }
26             },
27             region : 'center',
28             title : "View",
29             clearAll : function(isAuto) {
30             
31                 Pman.Builder.View.clearAll(isAuto);
32             },
33             munge : function(cfg, keyname) {
34                  return Pman.Builder.View.munge(cfg,keyname);
35                     
36                     
37             },
38             redraw : function(isAuto)
39                 {
40                   return Pman.Builder.View.redraw(isAuto);
41                 },
42             toJS : function(n) {
43                 return Pman.View.Builder.toJS(n);
44              
45             },
46             layout : {
47                 xtype: 'BorderLayout',
48                 xns: Roo,
49                 items : [
50                     {
51                         xtype: 'ContentPanel',
52                         xns: Roo,
53                         region : 'center'
54                     }
55                 ],
56                 center : {
57                     xtype: 'LayoutRegion',
58                     xns: Roo,
59                     alwaysShowTabs : false,
60                     tabPosition : 'top'
61                 }
62             }
63         };
64     }
65 });