From 53dbcf7b9824a326e154ae4e3301d1db3560eb4a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 20 Nov 2020 14:23:06 +0800 Subject: [PATCH] examples/bootstrap/dashboard4.bjs examples/bootstrap/dashboard4.js --- examples/bootstrap/dashboard4.bjs | 5 +++++ examples/bootstrap/dashboard4.js | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/examples/bootstrap/dashboard4.bjs b/examples/bootstrap/dashboard4.bjs index fc9d22d6a6..8c26a12198 100644 --- a/examples/bootstrap/dashboard4.bjs +++ b/examples/bootstrap/dashboard4.bjs @@ -136,6 +136,11 @@ "$ xns" : "Roo.bootstrap", "String title" : "test", "items" : [ + { + "xtype" : "Button", + "$ xns" : "Roo.bootstrap", + "String html" : "test" + }, { "xtype" : "CardUploader", "$ xns" : "Roo.bootstrap" diff --git a/examples/bootstrap/dashboard4.js b/examples/bootstrap/dashboard4.js index 44e9b3b9ff..6bce3bfaaa 100644 --- a/examples/bootstrap/dashboard4.js +++ b/examples/bootstrap/dashboard4.js @@ -163,6 +163,12 @@ dashboard4 = new Roo.XComponent({ xns : Roo.bootstrap, '|xns' : 'Roo.bootstrap', items : [ + { + xtype : 'Button', + html : _this._strings['098f6bcd4621d373cade4e832627b4f6'] /* test */, + xns : Roo.bootstrap, + '|xns' : 'Roo.bootstrap' + }, { xtype : 'CardUploader', xns : Roo.bootstrap, -- 2.39.2