Roo/bootstrap/dash/TabBox.js
[roojs1] / Roo / bootstrap / dash / TabBox.js
index 5264d4e..8696cea 100644 (file)
@@ -71,6 +71,11 @@ Roo.extend(Roo.bootstrap.dash.TabBox, Roo.bootstrap.Component,  {
         }
 
         return  cfg;
+    },
+    
+    setTitle : function(value)
+    {
+        this.el.select('.header', true).first().dom.innerHTML = value;
     }
     
 });