From 5a8c6bc4b338b18557d3c7ae33043a3d8e1538e7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 17 Sep 2020 14:08:29 +0800 Subject: [PATCH] examples/bootstrap/dashboard4.bjs examples/bootstrap/dashboard4.js --- examples/bootstrap/dashboard4.bjs | 6 ------ examples/bootstrap/dashboard4.js | 7 ------- 2 files changed, 13 deletions(-) diff --git a/examples/bootstrap/dashboard4.bjs b/examples/bootstrap/dashboard4.bjs index cae1ed2c0e..4b89c0f93b 100644 --- a/examples/bootstrap/dashboard4.bjs +++ b/examples/bootstrap/dashboard4.bjs @@ -7,7 +7,6 @@ "modOrder" : "001", "strings" : { "e93b3fa481be3932aa08bd68c3deee70" : "example 1", - "552e21cd4cd9918678e3c1a0df491bc3" : "some text", "e037df87a91c6e2727f0d9eb15c8127f" : "this is the body text", "d9fb0367346d21079a1c52d72da61c9f" : "ticket 1" }, @@ -31,11 +30,6 @@ "String html" : "this is the body text", "String style" : "max-width:200px", "items" : [ - { - "xtype" : "Element", - "$ xns" : "Roo.bootstrap", - "String html" : "some text" - }, { "String header" : "ticket 1", "xtype" : "Card", diff --git a/examples/bootstrap/dashboard4.js b/examples/bootstrap/dashboard4.js index fbcfcb99ac..444ad9bb65 100644 --- a/examples/bootstrap/dashboard4.js +++ b/examples/bootstrap/dashboard4.js @@ -6,7 +6,6 @@ dashboard4 = new Roo.XComponent({ _strings : { 'e93b3fa481be3932aa08bd68c3deee70' :"example 1", - '552e21cd4cd9918678e3c1a0df491bc3' :"some text", 'e037df87a91c6e2727f0d9eb15c8127f' :"this is the body text", 'd9fb0367346d21079a1c52d72da61c9f' :"ticket 1" }, @@ -44,12 +43,6 @@ dashboard4 = new Roo.XComponent({ xns : Roo.bootstrap, '|xns' : 'Roo.bootstrap', items : [ - { - xtype : 'Element', - html : _this._strings['552e21cd4cd9918678e3c1a0df491bc3'] /* some text */, - xns : Roo.bootstrap, - '|xns' : 'Roo.bootstrap' - }, { xtype : 'Card', header : _this._strings['d9fb0367346d21079a1c52d72da61c9f'] /* ticket 1 */, -- 2.39.2