Roo/bootstrap/panel/Content.js
authoredward <edward@roojs.com>
Fri, 13 Apr 2018 09:03:04 +0000 (17:03 +0800)
committeredward <edward@roojs.com>
Fri, 13 Apr 2018 09:03:04 +0000 (17:03 +0800)
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}