From 05763625876aac3aefc527cc760974e6019df3e5 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 27 Nov 2014 13:48:08 +0800 Subject: [PATCH] examples/bootstrap/dashboard3.bjs examples/bootstrap/dashboard3.js --- examples/bootstrap/dashboard3.bjs | 28 +------------------------- examples/bootstrap/dashboard3.js | 33 +------------------------------ 2 files changed, 2 insertions(+), 59 deletions(-) diff --git a/examples/bootstrap/dashboard3.bjs b/examples/bootstrap/dashboard3.bjs index a91f957490..6986bc6c16 100644 --- a/examples/bootstrap/dashboard3.bjs +++ b/examples/bootstrap/dashboard3.bjs @@ -146,33 +146,7 @@ "xtype" : "Column", "$ xns" : "Roo.bootstrap", "String style" : "", - "Number sm" : 12, - "items" : [ - { - "String cls" : "nav-tabs-custom", - "xtype" : "Container", - "$ xns" : "Roo.bootstrap", - "items" : [ - { - "xtype" : "Header", - "$ xns" : "Roo.bootstrap", - "String html" : "SALES", - "String style" : "margin: 10,10,0,0" - }, - { - "g_height" : 250, - "g_y" : 80, - "xtype" : "Graph", - "g_r" : 30, - "graphtype" : "bar", - "$ xns" : "Roo.bootstrap", - "String style" : "border: 1px solid grey height:100%", - "g_width" : 500, - "g_x" : 30 - } - ] - } - ] + "Number sm" : 12 }, { "Number md" : 6, diff --git a/examples/bootstrap/dashboard3.js b/examples/bootstrap/dashboard3.js index 9f2022b0ce..6d7e4a8406 100644 --- a/examples/bootstrap/dashboard3.js +++ b/examples/bootstrap/dashboard3.js @@ -177,38 +177,7 @@ dashboard3 = new Roo.XComponent({ xtype : 'Column', xns : Roo.bootstrap, style : '', - sm : 12, - items : [ - { - '|xns' : 'Roo.bootstrap', - cls : 'nav-tabs-custom', - xtype : 'Container', - xns : Roo.bootstrap, - items : [ - { - '|xns' : 'Roo.bootstrap', - xtype : 'Header', - xns : Roo.bootstrap, - html : 'SALES', - style : 'margin: 10,10,0,0' - }, - { - '|xns' : 'Roo.bootstrap', - g_height : 250, - g_y : 80, - xtype : 'Graph', - g_r : 30, - graphtype : 'bar', - xns : Roo.bootstrap, - style : 'border: 1px solid grey height:100%', - g_width : 500, - g_x : 30 - } - ] - - } - ] - + sm : 12 }, { '|xns' : 'Roo.bootstrap', -- 2.39.2