/* * - 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', });