X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-bootstrap-debug.js;fp=roojs-bootstrap-debug.js;h=3bdf91e958d9e499b24fd5ae4068fd1630d9493f;hb=328dbd63c647f62378c1889808ef70994aa344b3;hp=7646245bc534e877da943090f53294b5cff27847;hpb=eea16ce29a7cc6f66284ccabdc105ca5763d57df;p=roojs1 diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index 7646245bc5..3bdf91e958 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -1796,6 +1796,46 @@ Roo.extend(Roo.bootstrap.Card, Roo.bootstrap.Component, { }); /* + * - LGPL + * + * Card header - holder for the card header elements. + * + */ + +/** + * @class Roo.bootstrap.CardHeader + * @extends Roo.bootstrap.Element + * Bootstrap Element class + * @constructor + * Create a new Element + * @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, { + + tag: 'div', + container_method : 'getCardHeader', + + getAutoCreate : function() { + + var cfg = { + tag: 'div' + }; + + return cfg; + } + + + +}); + + + + /* * - LGPL * * image