From e1611ed21c7048f75a62d87714b864dea226b7de Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 20 Nov 2020 15:06:28 +0800 Subject: [PATCH] examples/bootstrap/dashboard4.bjs examples/bootstrap/dashboard4.js --- examples/bootstrap/dashboard4.bjs | 36 -------------------------- examples/bootstrap/dashboard4.js | 42 ------------------------------- 2 files changed, 78 deletions(-) diff --git a/examples/bootstrap/dashboard4.bjs b/examples/bootstrap/dashboard4.bjs index 10edccbf88..dcbc22e849 100644 --- a/examples/bootstrap/dashboard4.bjs +++ b/examples/bootstrap/dashboard4.bjs @@ -96,42 +96,6 @@ } ] }, - { - "xtype" : "Card", - "$ xns" : "Roo.bootstrap", - "String title" : "test", - "items" : [ - { - "xtype" : "UploadCropbox", - "$ xns" : "Roo.bootstrap" - } - ] - }, - { - "xtype" : "Card", - "$ xns" : "Roo.bootstrap", - "String title" : "test", - "items" : [ - { - "xtype" : "DocumentManager", - "$ xns" : "Roo.bootstrap" - } - ] - }, - { - "xtype" : "Column", - "Number xs" : 3, - "$ xns" : "Roo.bootstrap", - "items" : [ - { - "String footer" : "test", - "xtype" : "Card", - "String header_image" : "https://www.roojs.com/Roojscom/templates/images/roojsolutions-tr-100.png", - "$ xns" : "Roo.bootstrap", - "String title" : "test" - } - ] - }, { "xtype" : "Card", "$ xns" : "Roo.bootstrap", diff --git a/examples/bootstrap/dashboard4.js b/examples/bootstrap/dashboard4.js index 0ac4769e76..aaa7538b0d 100644 --- a/examples/bootstrap/dashboard4.js +++ b/examples/bootstrap/dashboard4.js @@ -116,48 +116,6 @@ dashboard4 = new Roo.XComponent({ } ] }, - { - xtype : 'Card', - title : _this._strings['098f6bcd4621d373cade4e832627b4f6'] /* test */, - xns : Roo.bootstrap, - '|xns' : 'Roo.bootstrap', - items : [ - { - xtype : 'UploadCropbox', - xns : Roo.bootstrap, - '|xns' : 'Roo.bootstrap' - } - ] - }, - { - xtype : 'Card', - title : _this._strings['098f6bcd4621d373cade4e832627b4f6'] /* test */, - xns : Roo.bootstrap, - '|xns' : 'Roo.bootstrap', - items : [ - { - xtype : 'DocumentManager', - xns : Roo.bootstrap, - '|xns' : 'Roo.bootstrap' - } - ] - }, - { - xtype : 'Column', - xs : 3, - xns : Roo.bootstrap, - '|xns' : 'Roo.bootstrap', - items : [ - { - xtype : 'Card', - footer : 'test', - header_image : 'https://www.roojs.com/Roojscom/templates/images/roojsolutions-tr-100.png', - title : _this._strings['098f6bcd4621d373cade4e832627b4f6'] /* test */, - xns : Roo.bootstrap, - '|xns' : 'Roo.bootstrap' - } - ] - }, { xtype : 'Card', title : _this._strings['098f6bcd4621d373cade4e832627b4f6'] /* test */, -- 2.39.2