Pman.Tab.BuilderPalette.bjs
[Pman.Builder] / Pman.Tab.BuilderView.js
index fd8e1a8..8b11886 100644 (file)
@@ -2,56 +2,74 @@
 
 // Auto generated file - created by app.Builder.js- do not edit directly (at present!)
 
+Roo.namespace('Pman.Tab');
+
 Pman.Tab.BuilderView = new Roo.XComponent({
-    part     :  ["Builder","View"],
-    order    : '001-Pman.Tab.BuilderView',
-    region   : 'center',
-    parent   : 'Pman.Tab.BuilderTab',
-    name     : "Pman.Tab.BuilderView",
-    disabled : false, 
-    permname : '', 
-    _tree : function()
-    {
-        var _this = this;
-        var MODULE = this;
-        return {
-            xtype: 'NestedLayoutPanel',
-            xns: Roo,
-            listeners : {
-                activate : function (_self)
-                {
-                    _this.panel = _self;
-                }
-            },
-            region : 'center',
-            title : "View",
-            clearAll : function(isAuto) {
-            
-                Pman.Builder.View.clearAll(isAuto);
-            },
-            munge : function(cfg, keyname) {
-                 return Pman.Builder.View.munge(cfg,keyname);
-                    
-                    
-            },
-            redraw : function(isAuto)
-                {
-                  return Pman.Builder.View.redraw(isAuto);
-                },
-            toJS : function(n) {
-                return Pman.View.Builder.toJS(n);
-             
-            },
-            layout : {
-                xtype: 'BorderLayout',
-                xns: Roo,
-                center : {
-                    xtype: 'LayoutRegion',
-                    xns: Roo,
-                    alwaysShowTabs : true,
-                    tabPosition : 'top'
-                }
-            }
-        };
-    }
+
+ _strings : {
+  '4351cfebe4b61d8aa5efa1d020710005' :"View"
+ },
+
+  part     :  ["Builder", "View" ],
+  order    : '001-Pman.Tab.BuilderView',
+  region   : 'center',
+  parent   : 'Pman.Tab.BuilderTab',
+  name     : "Pman.Tab.BuilderView",
+  disabled : false, 
+  permname : '', 
+  _tree : function()
+  {
+   var _this = this;
+   var MODULE = this;
+   return {
+   xtype : 'NestedLayoutPanel',
+   clearAll : function(isAuto) {
+   
+       Pman.Builder.View.clearAll(isAuto);
+   },
+   munge : function(cfg, keyname) {
+        return Pman.Builder.View.munge(cfg,keyname);
+           
+           
+   },
+   redraw : function(isAuto)
+       {
+         return Pman.Builder.View.redraw(isAuto);
+       },
+   region : 'center',
+   title : _this._strings['4351cfebe4b61d8aa5efa1d020710005'] /* View */,
+   toJS : function(n) {
+       return Pman.View.Builder.toJS(n);
+    
+   },
+   listeners : {
+    activate : function (_self)
+     {
+         _this.panel = _self;
+         Pman.Builder.View.init(_this);
+     }
+   },
+   xns : Roo,
+   '|xns' : 'Roo',
+   layout : {
+    xtype : 'BorderLayout',
+    xns : Roo,
+    '|xns' : 'Roo',
+    center : {
+     xtype : 'LayoutRegion',
+     alwaysShowTabs : false,
+     tabPosition : 'top',
+     xns : Roo,
+     '|xns' : 'Roo'
+    },
+    items  : [
+     {
+      xtype : 'ContentPanel',
+      region : 'center',
+      xns : Roo,
+      '|xns' : 'Roo'
+     }
+    ]
+   }
+  };  }
 });