X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fbootstrap%2FCardFooter.js;fp=Roo%2Fbootstrap%2FCardFooter.js;h=bc4d28872eb3148e1149eb4bd0dd0343f606f208;hp=0000000000000000000000000000000000000000;hb=267f6bc0ecf0897515863c3c91a8eea23388e273;hpb=4806a3a6a72a6fc861a138965a6b1b5df60d0c87 diff --git a/Roo/bootstrap/CardFooter.js b/Roo/bootstrap/CardFooter.js new file mode 100644 index 0000000000..bc4d28872e --- /dev/null +++ b/Roo/bootstrap/CardFooter.js @@ -0,0 +1,34 @@ +/* + * - LGPL + * + * Card footer - holder for the card footer elements. + * + */ + +/** + * @class Roo.bootstrap.CardFooter + * @extends Roo.bootstrap.Element + * Bootstrap CardFooter class + * @constructor + * Create a new Card Footer - that you can embed children into + * @param {Object} config The config object + */ + +Roo.bootstrap.CardFooter = function(config){ + Roo.bootstrap.CardFooter.superclass.constructor.call(this, config); +}; + +Roo.extend(Roo.bootstrap.CardFooter, Roo.bootstrap.Element, { + + + container_method : 'getCardFooter' + + + + + +}); + + + + \ No newline at end of file