php7 fixes
[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 Roo.namespace('Pman.Tab');
6
7 Pman.Tab.BuilderView = new Roo.XComponent({
8
9  _strings : {
10   '4351cfebe4b61d8aa5efa1d020710005' :"View"
11  },
12
13   part     :  ["Builder", "View" ],
14   order    : '001-Pman.Tab.BuilderView',
15   region   : 'center',
16   parent   : 'Pman.Tab.BuilderTab',
17   name     : "Pman.Tab.BuilderView",
18   disabled : false, 
19   permname : '', 
20   _tree : function()
21   {
22    var _this = this;
23    var MODULE = this;
24    return {
25    xtype : 'NestedLayoutPanel',
26    clearAll : function(isAuto) {
27    
28        Pman.Builder.View.clearAll(isAuto);
29    },
30    munge : function(cfg, keyname) {
31         return Pman.Builder.View.munge(cfg,keyname);
32            
33            
34    },
35    redraw : function(isAuto)
36        {
37          return Pman.Builder.View.redraw(isAuto);
38        },
39    region : 'center',
40    title : _this._strings['4351cfebe4b61d8aa5efa1d020710005'] /* View */,
41    toJS : function(n) {
42        return Pman.View.Builder.toJS(n);
43     
44    },
45    listeners : {
46     activate : function (_self)
47      {
48          _this.panel = _self;
49          Pman.Builder.View.init(_this);
50      }
51    },
52    xns : Roo,
53    '|xns' : 'Roo',
54    layout : {
55     xtype : 'BorderLayout',
56     xns : Roo,
57     '|xns' : 'Roo',
58     center : {
59      xtype : 'LayoutRegion',
60      alwaysShowTabs : false,
61      tabPosition : 'top',
62      xns : Roo,
63      '|xns' : 'Roo'
64     },
65     items  : [
66      {
67       xtype : 'ContentPanel',
68       region : 'center',
69       xns : Roo,
70       '|xns' : 'Roo'
71      }
72     ]
73    }
74   };  }
75 });