/* * - LGPL * * Card header - holder for the card header elements. * */ /** * @class Roo.bootstrap.CardHeader * @extends Roo.bootstrap.Element * Bootstrap CardHeader class * @constructor * Create a new Card Header - that you can embed children into * @param {Object} config The config object */ Roo.bootstrap.CardHeader = function(config){ Roo.bootstrap.CardHeader.superclass.constructor.call(this, config); }; Roo.extend(Roo.bootstrap.CardHeader, Roo.bootstrap.Element, { container_method : 'getCardHeader' });