X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fbootstrap%2FCardImageTop.js;fp=Roo%2Fbootstrap%2FCardImageTop.js;h=0bb3fb49e16b31ffbebcb8905a1498c4c431777c;hp=0000000000000000000000000000000000000000;hb=4806a3a6a72a6fc861a138965a6b1b5df60d0c87;hpb=bcc05f004771488d31e56e450a82aa3745a0af23 diff --git a/Roo/bootstrap/CardImageTop.js b/Roo/bootstrap/CardImageTop.js new file mode 100644 index 0000000000..0bb3fb49e1 --- /dev/null +++ b/Roo/bootstrap/CardImageTop.js @@ -0,0 +1,33 @@ +/* + * - 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' + + + + +}); + + + + \ No newline at end of file