/* * - LGPL * * Card header - holder for the card header elements. * */ /** * @class Roo.bootstrap.CardImageTop * @extends Roo.bootstrap.Element * Bootstrap CardImageTop class * @constructor * Create a new Card Image Top container * @param {Object} config The config object */ Roo.bootstrap.CardImageTop = function(config){ Roo.bootstrap.CardImageTop.superclass.constructor.call(this, config); }; Roo.extend(Roo.bootstrap.CardImageTop, Roo.bootstrap.Element, { container_method : 'getCardImageTop' });