From 658d37b99358a6903147a53d3b42c98d50f43bf7 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 27 Nov 2014 13:48:25 +0800 Subject: [PATCH] examples/bootstrap/dashboard3.bjs examples/bootstrap/dashboard3.js --- examples/bootstrap/dashboard3.bjs | 14 +++++++++++++- examples/bootstrap/dashboard3.js | 18 +++++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/examples/bootstrap/dashboard3.bjs b/examples/bootstrap/dashboard3.bjs index 6986bc6c16..2f352fb178 100644 --- a/examples/bootstrap/dashboard3.bjs +++ b/examples/bootstrap/dashboard3.bjs @@ -146,7 +146,19 @@ "xtype" : "Column", "$ xns" : "Roo.bootstrap", "String style" : "", - "Number sm" : 12 + "Number sm" : 12, + "items" : [ + { + "xtype" : "TabBox", + "$ xns" : "Roo.bootstrap.dash", + "items" : [ + { + "xtype" : "TabGroup", + "$ xns" : "Roo.bootstrap.dash" + } + ] + } + ] }, { "Number md" : 6, diff --git a/examples/bootstrap/dashboard3.js b/examples/bootstrap/dashboard3.js index 6d7e4a8406..2b2cd89429 100644 --- a/examples/bootstrap/dashboard3.js +++ b/examples/bootstrap/dashboard3.js @@ -177,7 +177,23 @@ dashboard3 = new Roo.XComponent({ xtype : 'Column', xns : Roo.bootstrap, style : '', - sm : 12 + sm : 12, + items : [ + { + '|xns' : 'Roo.bootstrap.dash', + xtype : 'TabBox', + xns : Roo.bootstrap.dash, + items : [ + { + '|xns' : 'Roo.bootstrap.dash', + xtype : 'TabGroup', + xns : Roo.bootstrap.dash + } + ] + + } + ] + }, { '|xns' : 'Roo.bootstrap', -- 2.39.2