From 24c1064860a587de7a4f369d39b4c46140c8f543 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 3 Nov 2020 16:43:48 +0800 Subject: [PATCH] Roo/bootstrap/Card.js MOVED Roo/bootstrap/CardImage.js to Roo/bootstrap/CardImageTop.js --- Roo/bootstrap/CardImageTop.js | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Roo/bootstrap/CardImageTop.js diff --git a/Roo/bootstrap/CardImageTop.js b/Roo/bootstrap/CardImageTop.js new file mode 100644 index 0000000000..ebee9cb54d --- /dev/null +++ b/Roo/bootstrap/CardImageTop.js @@ -0,0 +1,33 @@ +/* + * - LGPL + * + * Card header - holder for the card header elements. + * + */ + +/** + * @class Roo.bootstrap.CardImage + * @extends Roo.bootstrap.Image + * Bootstrap Element class + * @constructor + * Create a new Card Image Element + * @param {Object} config The config object + */ + +Roo.bootstrap.CardImage = function(config){ + Roo.bootstrap.CardImage.superclass.constructor.call(this, config); +}; + +Roo.extend(Roo.bootstrap.CardImage, Roo.bootstrap.Image, { + + + container_method : 'getCardImage', + + + + +}); + + + + \ No newline at end of file -- 2.39.2