From dcc9c4f55f54d88cd2e4b1662f127d4cd4c771b4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 20 Nov 2020 14:21:20 +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 3eb939150f..c87817314b 100644 --- a/examples/bootstrap/dashboard4.bjs +++ b/examples/bootstrap/dashboard4.bjs @@ -130,6 +130,11 @@ "String title" : "test" } ] + }, + { + "xtype" : "Card", + "$ xns" : "Roo.bootstrap", + "String title" : "test" } ] } diff --git a/examples/bootstrap/dashboard4.js b/examples/bootstrap/dashboard4.js index bb56744509..445c536886 100644 --- a/examples/bootstrap/dashboard4.js +++ b/examples/bootstrap/dashboard4.js @@ -156,6 +156,12 @@ dashboard4 = new Roo.XComponent({ '|xns' : 'Roo.bootstrap' } ] + }, + { + xtype : 'Card', + title : _this._strings['098f6bcd4621d373cade4e832627b4f6'] /* test */, + xns : Roo.bootstrap, + '|xns' : 'Roo.bootstrap' } ] } -- 2.39.2