Roo/bootstrap/dash/TabBox.js
authorAlan Knowles <alan@roojs.com>
Fri, 30 Jan 2015 07:55:35 +0000 (15:55 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 30 Jan 2015 07:55:35 +0000 (15:55 +0800)
Roo/bootstrap/dash/TabBox.js

index 09da5c0..77ab499 100644 (file)
@@ -86,7 +86,10 @@ Roo.extend(Roo.bootstrap.dash.TabBox, Roo.bootstrap.Component,  {
         Roo.log('add add pane handler');
         this.on('addpane', this.onAddPane, this);
     },
-    
+     /**
+     * Updates the box title
+     * @param {String/} html to set the title to.
+     */
     setTitle : function(value)
     {
         this.el.select('.nav-tabs .header', true).first().dom.innerHTML = value;