Pman.Tab.BuilderView.bjs
authorAlan Knowles <alan@akkbhome.com>
Tue, 28 Dec 2010 13:45:26 +0000 (21:45 +0800)
committerAlan Knowles <alan@akkbhome.com>
Tue, 28 Dec 2010 13:45:26 +0000 (21:45 +0800)
Pman.Tab.BuilderView.bjs

index 488f022..457741c 100644 (file)
@@ -12,7 +12,7 @@
             "region": "center",
             "title": "View",
             "xtype": "ContentPanel",
-            "|": "function() {\n//        this.renderObj = { isBuilder : true };\n\n        if (isAuto && btop.redrawBtn  && !btop.redrawBtn.auto) {\n            return; /// auto redraw is turned off..\n        }\n       \n        \n        if (this.panelroot) {\n            this.scroll = this.panelroot.el.getScroll();\n            this.layout.remove('center', this.panelroot);\n            this.panelroot = false;\n        }\n        if (this.dialogroot) {\n            this.dialogroot.remove();\n            this.dialogroot = false;\n        }\n}\n",
+            "|": "function(isAuto) {\n//        this.renderObj = { isBuilder : true };\n\n        \n        if (this.panelroot) {\n            this.scroll = this.panelroot.el.getScroll();\n            this.layout.remove('center', this.panelroot);\n            this.panelroot = false;\n        }\n        if (this.dialogroot) {\n            this.dialogroot.remove();\n            this.dialogroot = false;\n        }\n}\n",
             "|xns": "Roo"
         }
     ],