From 38d63e4ef05b2d5e1dc3627f19074c01a8b46c73 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 17 Sep 2020 14:08:18 +0800 Subject: [PATCH] examples/bootstrap/dashboard4.bjs examples/bootstrap/dashboard4.js --- examples/bootstrap/dashboard4.bjs | 4 +++- examples/bootstrap/dashboard4.js | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/examples/bootstrap/dashboard4.bjs b/examples/bootstrap/dashboard4.bjs index 80ca1cf8f1..cae1ed2c0e 100644 --- a/examples/bootstrap/dashboard4.bjs +++ b/examples/bootstrap/dashboard4.bjs @@ -8,7 +8,8 @@ "strings" : { "e93b3fa481be3932aa08bd68c3deee70" : "example 1", "552e21cd4cd9918678e3c1a0df491bc3" : "some text", - "e037df87a91c6e2727f0d9eb15c8127f" : "this is the body text" + "e037df87a91c6e2727f0d9eb15c8127f" : "this is the body text", + "d9fb0367346d21079a1c52d72da61c9f" : "ticket 1" }, "items" : [ { @@ -36,6 +37,7 @@ "String html" : "some text" }, { + "String header" : "ticket 1", "xtype" : "Card", "$ xns" : "Roo.bootstrap" } diff --git a/examples/bootstrap/dashboard4.js b/examples/bootstrap/dashboard4.js index eed3d35c9d..fbcfcb99ac 100644 --- a/examples/bootstrap/dashboard4.js +++ b/examples/bootstrap/dashboard4.js @@ -7,7 +7,8 @@ dashboard4 = new Roo.XComponent({ _strings : { 'e93b3fa481be3932aa08bd68c3deee70' :"example 1", '552e21cd4cd9918678e3c1a0df491bc3' :"some text", - 'e037df87a91c6e2727f0d9eb15c8127f' :"this is the body text" + 'e037df87a91c6e2727f0d9eb15c8127f' :"this is the body text", + 'd9fb0367346d21079a1c52d72da61c9f' :"ticket 1" }, part : ["bootstrap", "dashboard4" ], @@ -51,6 +52,7 @@ dashboard4 = new Roo.XComponent({ }, { xtype : 'Card', + header : _this._strings['d9fb0367346d21079a1c52d72da61c9f'] /* ticket 1 */, xns : Roo.bootstrap, '|xns' : 'Roo.bootstrap' } -- 2.39.2