From b8be64407618c1435368a52ad7dba2e05e9e0806 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 31 Mar 2015 17:08:29 +0800 Subject: [PATCH] examples/bootstrap/dashboard4.bjs examples/bootstrap/dashboard4.js --- examples/bootstrap/dashboard4.bjs | 4 +++- examples/bootstrap/dashboard4.js | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/bootstrap/dashboard4.bjs b/examples/bootstrap/dashboard4.bjs index 880184c965..a9386c2449 100644 --- a/examples/bootstrap/dashboard4.bjs +++ b/examples/bootstrap/dashboard4.bjs @@ -7,6 +7,7 @@ "modOrder" : "001", "strings" : { "9d5ed678fe57bcca610140957afab571" : "B", + "9db5682a4d778ca2cb79580bdb67083f" : "Some text", "0d61f8370cad1d412f80b84d143e1257" : "C", "f623e75af30e62bbd73d6df5b50bb7b5" : "D", "3a3ea00cfc35332cedf6e5e9a32e94da" : "E", @@ -99,7 +100,8 @@ { "String size" : "sm", "xtype" : "Button", - "$ xns" : "Roo.bootstrap" + "$ xns" : "Roo.bootstrap", + "String html" : "Some text" } ] } diff --git a/examples/bootstrap/dashboard4.js b/examples/bootstrap/dashboard4.js index c6c1a5bda2..10e3b85b75 100644 --- a/examples/bootstrap/dashboard4.js +++ b/examples/bootstrap/dashboard4.js @@ -6,6 +6,7 @@ dashboard4 = new Roo.XComponent({ _strings : { '9d5ed678fe57bcca610140957afab571' :"B", + '9db5682a4d778ca2cb79580bdb67083f' :"Some text", '0d61f8370cad1d412f80b84d143e1257' :"C", 'f623e75af30e62bbd73d6df5b50bb7b5' :"D", '3a3ea00cfc35332cedf6e5e9a32e94da' :"E", @@ -123,6 +124,7 @@ dashboard4 = new Roo.XComponent({ items : [ { '|xns' : 'Roo.bootstrap', + html : _this._strings['9db5682a4d778ca2cb79580bdb67083f'], size : 'sm', xns : Roo.bootstrap, xtype : 'Button' -- 2.39.2