Roo/bootstrap/layout/Region.js
authorAlan Knowles <alan@roojs.com>
Fri, 30 Jun 2017 07:20:35 +0000 (15:20 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 30 Jun 2017 07:20:35 +0000 (15:20 +0800)
Roo/bootstrap/layout/Region.js

index a7a6c09..bef43e6 100644 (file)
@@ -408,9 +408,10 @@ Roo.extend(Roo.bootstrap.layout.Region, Roo.bootstrap.layout.Basic, {
     initTabs : function()
     {
         this.bodyEl.setStyle("overflow", "hidden");
-        var ts = new Roo.bootstrap.layout.tab(
-                this.bodyEl.dom,
+        var ts = new Roo.bootstrap.layout.Tab(
+                
                 {
+                    el: this.bodyEl.dom,
                     tabPosition: this.bottomTabs ? 'bottom' : 'top',
                     disableTooltips: this.config.disableTabTips,
                     toolbar : this.config.toolbar