From: Alan Knowles Date: Tue, 3 Nov 2020 08:43:48 +0000 (+0800) Subject: Roo/bootstrap/Card.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=24c1064860a587de7a4f369d39b4c46140c8f543 Roo/bootstrap/Card.js MOVED Roo/bootstrap/CardImage.js to 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