From 22102a3a108048a8deba6937a004e748752d3935 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 16 Nov 2020 11:22:20 +0800 Subject: [PATCH] examples/bootstrap/dashboard4.bjs examples/bootstrap/dashboard4.js --- examples/bootstrap/dashboard4.bjs | 1 + examples/bootstrap/dashboard4.js | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/bootstrap/dashboard4.bjs b/examples/bootstrap/dashboard4.bjs index 32a1479641..2a09b44990 100644 --- a/examples/bootstrap/dashboard4.bjs +++ b/examples/bootstrap/dashboard4.bjs @@ -44,6 +44,7 @@ "String weight" : "light", "String margin_bottom" : 3, "xtype" : "Card", + "bool collapsable" : true, "$ xns" : "Roo.bootstrap", "String html" : "body goes here", "bool dragable" : true diff --git a/examples/bootstrap/dashboard4.js b/examples/bootstrap/dashboard4.js index 8d55f6fa54..cef1987314 100644 --- a/examples/bootstrap/dashboard4.js +++ b/examples/bootstrap/dashboard4.js @@ -54,6 +54,7 @@ dashboard4 = new Roo.XComponent({ items : [ { xtype : 'Card', + collapsable : true, dragable : true, drag_group : 'cards', header : _this._strings['d9fb0367346d21079a1c52d72da61c9f'] /* ticket 1 */, -- 2.39.2