Roo/bootstrap/TabGroup.js
authoredward <edward@roojs.com>
Mon, 9 Nov 2015 04:13:08 +0000 (12:13 +0800)
committeredward <edward@roojs.com>
Mon, 9 Nov 2015 04:13:08 +0000 (12:13 +0800)
Roo/bootstrap/TabGroup.js

index 9ea8808..29a7426 100644 (file)
@@ -151,7 +151,9 @@ Roo.extend(Roo.bootstrap.TabGroup, Roo.bootstrap.Column,  {
     
     onMouseOut : function(a,b,c)
     {
-        Roo.log([a,b,c]);
+        this.slide = window.setInterval(function() {
+            _this.showPanelNext();
+        }, this.timer * 1000);
     },
     
     getChildContainer : function()