From b63eef15075c99c1282211f756f892a96a886930 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 27 Nov 2014 12:17:49 +0800 Subject: [PATCH] examples/bootstrap/dashboard3.bjs examples/bootstrap/dashboard3.js --- examples/bootstrap/dashboard3.bjs | 8 +++++++- examples/bootstrap/dashboard3.js | 10 +++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/examples/bootstrap/dashboard3.bjs b/examples/bootstrap/dashboard3.bjs index be4c4db3e3..4bd5037dbe 100644 --- a/examples/bootstrap/dashboard3.bjs +++ b/examples/bootstrap/dashboard3.bjs @@ -237,7 +237,13 @@ "items" : [ { "xtype" : "TabBox", - "$ xns" : "Roo.bootstrap.dash" + "$ xns" : "Roo.bootstrap.dash", + "items" : [ + { + "xtype" : "TabPane", + "$ xns" : "Roo.bootstrap.dash" + } + ] } ] } diff --git a/examples/bootstrap/dashboard3.js b/examples/bootstrap/dashboard3.js index 31cceaef0c..59206d869c 100644 --- a/examples/bootstrap/dashboard3.js +++ b/examples/bootstrap/dashboard3.js @@ -286,7 +286,15 @@ dashboard3 = new Roo.XComponent({ { '|xns' : 'Roo.bootstrap.dash', xtype : 'TabBox', - xns : Roo.bootstrap.dash + xns : Roo.bootstrap.dash, + items : [ + { + '|xns' : 'Roo.bootstrap.dash', + xtype : 'TabPane', + xns : Roo.bootstrap.dash + } + ] + } ] -- 2.39.2