Roo/bootstrap/TabPanel.js
authoredward <edward@roojs.com>
Fri, 28 Jul 2017 07:21:25 +0000 (15:21 +0800)
committeredward <edward@roojs.com>
Fri, 28 Jul 2017 07:21:25 +0000 (15:21 +0800)
Roo/bootstrap/TabPanel.js

index 00c9b8a..c1f95b9 100644 (file)
@@ -124,6 +124,13 @@ Roo.extend(Roo.bootstrap.TabPanel, Roo.bootstrap.Component,  {
         }
         
         this.fireEvent('changed', this, state);
+    },
+    
+    onClick: function(e)
+    {
+        e.preventDefault();
+        
+        Roo.log(this.href);
     }