Roo/bootstrap/panel/Content.js
authorjohn <john@roojs.com>
Tue, 28 Nov 2017 04:16:01 +0000 (12:16 +0800)
committerjohn <john@roojs.com>
Tue, 28 Nov 2017 04:16:01 +0000 (12:16 +0800)
Roo/bootstrap/panel/Content.js

index 45fd0eb..f6fc684 100644 (file)
@@ -374,10 +374,14 @@ panel.load({
      * @return {String} 
      */
     getTitle : function(){
+        
         if (typeof(this.title) != 'object') {
             return this.title;
         }
         
+        for (var i=0; i<this.title.length; i++) {
+            Roo.log(this.title[i]);
+        }
     },
     
     /**