From 55d285b1c82aba686f234774dfe032ebee344e49 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 26 Nov 2014 20:02:31 +0800 Subject: [PATCH] Roo/bootstrap/dash/TabBox.js --- Roo/bootstrap/dash/TabBox.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Roo/bootstrap/dash/TabBox.js b/Roo/bootstrap/dash/TabBox.js index 2fb517b069..66f0316804 100644 --- a/Roo/bootstrap/dash/TabBox.js +++ b/Roo/bootstrap/dash/TabBox.js @@ -47,7 +47,11 @@ Roo.extend(Roo.bootstrap.dash.TabBox, Roo.bootstrap.Component, { tag: 'div', cls: 'nav-tabs-custom', html : null, - cn: [ + cn: [{ + tag: 'span', + cls: 'pull-left header', + html: this.title ? this.title : 'Title', + }, { tag: 'ul', cls: 'nav nav-tabs pull-right', -- 2.39.2