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

index e7a9c0b..2583a56 100644 (file)
@@ -378,6 +378,17 @@ panel.load({
         if (typeof(this.title) != 'object') {
             return this.title;
         }
+        
+        for (var k in this.title) {
+            if (!this.title.hasOwnProperty(k)) {
+                continue;
+            }
+            
+            if (k.match(',')) {
+                var s = this.title[k].split("-");
+                Roo.log('size : '+s);
+            }
+        }
 
     },