From 8e9689fc63420a2dfe57e0b397884ab7d1503e4e Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 27 Nov 2014 14:04:44 +0800 Subject: [PATCH] examples/bootstrap/dashboard3.bjs examples/bootstrap/dashboard3.js --- examples/bootstrap/dashboard3.bjs | 20 +------------------- examples/bootstrap/dashboard3.js | 25 +------------------------ 2 files changed, 2 insertions(+), 43 deletions(-) diff --git a/examples/bootstrap/dashboard3.bjs b/examples/bootstrap/dashboard3.bjs index edb2b0ba41..2f352fb178 100644 --- a/examples/bootstrap/dashboard3.bjs +++ b/examples/bootstrap/dashboard3.bjs @@ -154,25 +154,7 @@ "items" : [ { "xtype" : "TabGroup", - "$ xns" : "Roo.bootstrap.dash", - "items" : [ - { - "xtype" : "TabItem", - "$ xns" : "Roo.bootstrap.dash" - }, - { - "xtype" : "TabItem", - "$ xns" : "Roo.bootstrap.dash" - }, - { - "xtype" : "TabItem", - "$ xns" : "Roo.bootstrap.dash" - }, - { - "xtype" : "TabItem", - "$ xns" : "Roo.bootstrap.dash" - } - ] + "$ xns" : "Roo.bootstrap.dash" } ] } diff --git a/examples/bootstrap/dashboard3.js b/examples/bootstrap/dashboard3.js index e1b34fe839..2b2cd89429 100644 --- a/examples/bootstrap/dashboard3.js +++ b/examples/bootstrap/dashboard3.js @@ -187,30 +187,7 @@ dashboard3 = new Roo.XComponent({ { '|xns' : 'Roo.bootstrap.dash', xtype : 'TabGroup', - xns : Roo.bootstrap.dash, - items : [ - { - '|xns' : 'Roo.bootstrap.dash', - xtype : 'TabItem', - xns : Roo.bootstrap.dash - }, - { - '|xns' : 'Roo.bootstrap.dash', - xtype : 'TabItem', - xns : Roo.bootstrap.dash - }, - { - '|xns' : 'Roo.bootstrap.dash', - xtype : 'TabItem', - xns : Roo.bootstrap.dash - }, - { - '|xns' : 'Roo.bootstrap.dash', - xtype : 'TabItem', - xns : Roo.bootstrap.dash - } - ] - + xns : Roo.bootstrap.dash } ] -- 2.39.2