From 74fdfe8f09e61cdae86bc16ec7e4fb4435c01af0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 25 Nov 2020 17:39:51 +0800 Subject: [PATCH] fix docs --- Roo/bootstrap/CardUploader.js | 7 +++---- css-bootstrap4/bootstrap.css.map | 2 +- css-bootstrap4/bootstrap.min.css.map | 2 +- css-bootstrap4/roojs-bootstrap-debug.css.map | 2 +- css-bootstrap4/roojs-bootstrap.css.map | 2 +- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Roo/bootstrap/CardUploader.js b/Roo/bootstrap/CardUploader.js index d5e87b023c..b1c7980b47 100644 --- a/Roo/bootstrap/CardUploader.js +++ b/Roo/bootstrap/CardUploader.js @@ -8,8 +8,9 @@ * @extends Roo.bootstrap.Button * Bootstrap Card Uploader class - it's a button which when you add files to it, adds cards below with preview and the name... * @cfg {Number} errorTimeout default 3000 - * @cfg {Boolean} name the field name for each image.. * @cfg {Array} images an array of ?? Img objects ??? when loading existing files.. + * @cfg {Array} html The button text. + * * @constructor * Create a new CardUploader @@ -78,9 +79,7 @@ Roo.extend(Roo.bootstrap.CardUploader, Roo.bootstrap.Input, { ] }; - - return cfg; }, @@ -105,7 +104,7 @@ Roo.extend(Roo.bootstrap.CardUploader, Roo.bootstrap.Input, { xtype : 'Button', container_method : 'getButtonContainer' , - html : 'Upload File / Images', // fix changable? + html : this.html, // fix changable? cls : 'w-100 ', listeners : { 'click' : function(btn, e) { diff --git a/css-bootstrap4/bootstrap.css.map b/css-bootstrap4/bootstrap.css.map index 9459d7bc75..fe31aca94a 100644 --- a/css-bootstrap4/bootstrap.css.map +++ b/css-bootstrap4/bootstrap.css.map @@ -2,7 +2,7 @@ "version": 3, "file": "bootstrap.css", "sources": [ - "../../../../../tmp/scsstgMQQt", + "../../../../../tmp/scssG60wkh", "../scss/bootstrap/_functions.scss", "../scss/bootstrap/_variables.scss", "../scss/bootstrap/bootstrap.scss", diff --git a/css-bootstrap4/bootstrap.min.css.map b/css-bootstrap4/bootstrap.min.css.map index 63ea4ee477..1724e496f4 100644 --- a/css-bootstrap4/bootstrap.min.css.map +++ b/css-bootstrap4/bootstrap.min.css.map @@ -2,7 +2,7 @@ "version": 3, "file": "bootstrap.min.css", "sources": [ - "../../../../../tmp/scsstgMQQt", + "../../../../../tmp/scssG60wkh", "../scss/bootstrap/_functions.scss", "../scss/bootstrap/_variables.scss", "../scss/bootstrap/bootstrap.scss", diff --git a/css-bootstrap4/roojs-bootstrap-debug.css.map b/css-bootstrap4/roojs-bootstrap-debug.css.map index cf4c35efb1..e5a9b1cc83 100644 --- a/css-bootstrap4/roojs-bootstrap-debug.css.map +++ b/css-bootstrap4/roojs-bootstrap-debug.css.map @@ -2,7 +2,7 @@ "version": 3, "file": "roojs-bootstrap-debug.css", "sources": [ - "../../../../../tmp/scssYzCtPq", + "../../../../../tmp/scssngeTBg", "../scss/bootstrap/_functions.scss", "../scss/bootstrap/_variables.scss", "../scss/roojs-bootstrap/roojs-bootstrap.scss", diff --git a/css-bootstrap4/roojs-bootstrap.css.map b/css-bootstrap4/roojs-bootstrap.css.map index 3e9ac26f01..0e4ff7716c 100644 --- a/css-bootstrap4/roojs-bootstrap.css.map +++ b/css-bootstrap4/roojs-bootstrap.css.map @@ -2,7 +2,7 @@ "version": 3, "file": "roojs-bootstrap.css", "sources": [ - "../../../../../tmp/scssYzCtPq", + "../../../../../tmp/scssngeTBg", "../scss/bootstrap/_functions.scss", "../scss/bootstrap/_variables.scss", "../scss/roojs-bootstrap/roojs-bootstrap.scss", -- 2.39.2