From 5a4fa887bd85d3fc2c46b81b11b370100dfe456d Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 2 Apr 2015 11:44:13 +0800 Subject: [PATCH] Roo/bootstrap/dash/TabBox.js --- Roo/bootstrap/dash/TabBox.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Roo/bootstrap/dash/TabBox.js b/Roo/bootstrap/dash/TabBox.js index 3f4fbf899e..1665cc163a 100644 --- a/Roo/bootstrap/dash/TabBox.js +++ b/Roo/bootstrap/dash/TabBox.js @@ -161,9 +161,14 @@ Roo.extend(Roo.bootstrap.dash.TabBox, Roo.bootstrap.Component, { }, - getActive : function() + getActivePane : function() { + var r = false; + Roo.each(this.panes, function(p) { + Roo.log(p); + }); + return r; } -- 2.39.2