From b14f65e5d0f1c11ac6968e93f2c406db24a7f94b Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 27 Nov 2014 13:49:18 +0800 Subject: [PATCH] examples/bootstrap/dashboard3.bjs examples/bootstrap/dashboard3.js --- examples/bootstrap/dashboard3.bjs | 4 ++++ examples/bootstrap/dashboard3.js | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/examples/bootstrap/dashboard3.bjs b/examples/bootstrap/dashboard3.bjs index 3f7701bd7e..02d404edd1 100644 --- a/examples/bootstrap/dashboard3.bjs +++ b/examples/bootstrap/dashboard3.bjs @@ -156,6 +156,10 @@ "xtype" : "TabGroup", "$ xns" : "Roo.bootstrap.dash", "items" : [ + { + "xtype" : "TabItem", + "$ xns" : "Roo.bootstrap.dash" + }, { "xtype" : "TabItem", "$ xns" : "Roo.bootstrap.dash" diff --git a/examples/bootstrap/dashboard3.js b/examples/bootstrap/dashboard3.js index d4efaed58c..08c74ee034 100644 --- a/examples/bootstrap/dashboard3.js +++ b/examples/bootstrap/dashboard3.js @@ -189,6 +189,11 @@ dashboard3 = new Roo.XComponent({ xtype : 'TabGroup', xns : Roo.bootstrap.dash, items : [ + { + '|xns' : 'Roo.bootstrap.dash', + xtype : 'TabItem', + xns : Roo.bootstrap.dash + }, { '|xns' : 'Roo.bootstrap.dash', xtype : 'TabItem', -- 2.39.2