examples/bootstrap/right_sidebar.bjs
authorEdward <edward@roojs.com>
Tue, 2 Dec 2014 09:51:14 +0000 (17:51 +0800)
committerEdward <edward@roojs.com>
Tue, 2 Dec 2014 09:51:14 +0000 (17:51 +0800)
Roo/bootstrap/dash/TabBox.js

Roo/bootstrap/dash/TabBox.js

index e9b9324..5264d4e 100644 (file)
@@ -29,6 +29,11 @@ Roo.extend(Roo.bootstrap.dash.TabBox, Roo.bootstrap.Component,  {
     title : '',
     icon : false,
     
+    getChildContainer : function()
+    {
+        return this.el.select('.tab-content', true).first();
+    },
+    
     getAutoCreate : function(){
         
         var header = {