From a57ed1704a6e4ffe586a780d80a6831c1538541c Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 27 Nov 2014 14:04:18 +0800 Subject: [PATCH] Roo/bootstrap/dash/TabItem.js --- Roo/bootstrap/dash/TabItem.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Roo/bootstrap/dash/TabItem.js b/Roo/bootstrap/dash/TabItem.js index 10968ac546..efb64ea3b5 100644 --- a/Roo/bootstrap/dash/TabItem.js +++ b/Roo/bootstrap/dash/TabItem.js @@ -66,7 +66,10 @@ Roo.extend(Roo.bootstrap.dash.TabItem, Roo.bootstrap.Component, { return cfg; }, - + onRender: function(ct,position){ + Roo.bootstrap.dash.TabItem.superclass.onRender.call(this,ct,position); + Roo.log(this.el); + }, }); -- 2.39.2