examples/layout/viewpanel.bjs
authorChris <chris@roojs.com>
Mon, 21 Oct 2013 11:10:35 +0000 (19:10 +0800)
committerChris <chris@roojs.com>
Mon, 21 Oct 2013 11:10:35 +0000 (19:10 +0800)
examples/layout/viewpanel.js

examples/layout/viewpanel.bjs
examples/layout/viewpanel.js

index 27632a9..cfdc6e9 100644 (file)
@@ -23,7 +23,7 @@
                         {
                             "listeners": {
                                 "activate": "function (_self)\n{\n    Roo.log(_self);\n    \n    if(_self.active && _self.view){\n        _this.view = this.view;\n    }\n}",
-                                "render": "function (_self)\n{\n    _this.panel = _self;\n    \n    \n}"
+                                "render": "function (_self)\n{\n    _this.bodypanel = _self;\n    \n    \n}"
                             },
                             "region": "center",
                             "xtype": "ContentPanel",
index 263f608..2d705c5 100644 (file)
@@ -36,7 +36,7 @@ viewpanel = new Roo.XComponent({
                             },
                             render : function (_self)
                             {
-                                _this.panel = _self;
+                                _this.bodypanel = _self;
                                 
                                 
                             }