Roo/LayoutRegion.js
authorEdward <edward@roojs.com>
Wed, 9 Apr 2014 07:43:21 +0000 (15:43 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Apr 2014 07:43:21 +0000 (15:43 +0800)
Roo/LayoutRegion.js

index 4564c8e..8089039 100644 (file)
@@ -50,7 +50,8 @@ Roo.LayoutRegion = function(mgr, config, pos){
     this.el = dh.append(mgr.el.dom, {tag: "div", cls: "x-layout-panel x-layout-panel-" + this.position}, true);
     /** This region's title element 
     * @type Roo.Element */
-
+   Roo.log('this.el');
+   Roo.log(this.el);
     this.titleEl = dh.append(this.el.dom, {tag: "div", unselectable: "on", cls: "x-unselectable x-layout-panel-hd x-layout-title-"+this.position, children:[
         {tag: "span", cls: "x-unselectable x-layout-panel-hd-text", unselectable: "on", html: "&#160;"},
         {tag: "div", cls: "x-unselectable x-layout-panel-hd-tools", unselectable: "on"}