Roo/bootstrap/panel/Content.js
[roojs1] / Roo / bootstrap / panel / Content.js
index 4db1d1e..9e64563 100644 (file)
@@ -406,6 +406,15 @@ panel.load({
         }
     },
     
+    getTitleItem : function()
+    {
+        if(!this.region || !this.region.tabs){
+            return false;
+        }
+        
+        this.region.
+    },
+    
     /**
      * Returns true is this panel was configured to be closable
      * @return {Boolean}