Roo/bootstrap/TabPanel.js
authorEdward <edward@roojs.com>
Fri, 29 Aug 2014 05:30:29 +0000 (13:30 +0800)
committerEdward <edward@roojs.com>
Fri, 29 Aug 2014 05:30:29 +0000 (13:30 +0800)
Roo/bootstrap/TabPanel.js

index f9ba6ec..8b6804a 100644 (file)
@@ -71,6 +71,8 @@ Roo.extend(Roo.bootstrap.TabPanel, Roo.bootstrap.Component,  {
                 Roo.log("could not find navID:"  + this.navId + ", tabId: " + this.tabId);
             } else {
                 item.on('changed', function(item, state, e) {
+                    Roo.log(item);
+                    Roo.log(state);
                     Roo.log(e);
                     this.setActive(state);
                 }, this);