Roo/bootstrap/dash/TabBox.js
authorEdward <edward@roojs.com>
Tue, 2 Dec 2014 09:54:27 +0000 (17:54 +0800)
committerEdward <edward@roojs.com>
Tue, 2 Dec 2014 09:54:27 +0000 (17:54 +0800)
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;
     }
     
 });