From cdd4a160682734a7ee4ef2c7ce201fff9b6a547a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 20 Nov 2020 14:21:31 +0800 Subject: [PATCH] examples/bootstrap/dashboard4.bjs examples/bootstrap/dashboard4.js --- examples/bootstrap/dashboard4.bjs | 8 +++++++- examples/bootstrap/dashboard4.js | 9 ++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/examples/bootstrap/dashboard4.bjs b/examples/bootstrap/dashboard4.bjs index c87817314b..fc9d22d6a6 100644 --- a/examples/bootstrap/dashboard4.bjs +++ b/examples/bootstrap/dashboard4.bjs @@ -134,7 +134,13 @@ { "xtype" : "Card", "$ xns" : "Roo.bootstrap", - "String title" : "test" + "String title" : "test", + "items" : [ + { + "xtype" : "CardUploader", + "$ xns" : "Roo.bootstrap" + } + ] } ] } diff --git a/examples/bootstrap/dashboard4.js b/examples/bootstrap/dashboard4.js index 445c536886..44e9b3b9ff 100644 --- a/examples/bootstrap/dashboard4.js +++ b/examples/bootstrap/dashboard4.js @@ -161,7 +161,14 @@ dashboard4 = new Roo.XComponent({ xtype : 'Card', title : _this._strings['098f6bcd4621d373cade4e832627b4f6'] /* test */, xns : Roo.bootstrap, - '|xns' : 'Roo.bootstrap' + '|xns' : 'Roo.bootstrap', + items : [ + { + xtype : 'CardUploader', + xns : Roo.bootstrap, + '|xns' : 'Roo.bootstrap' + } + ] } ] } -- 2.39.2