X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_bootstrap_CardFooter.js.html;fp=docs%2Fsrc%2FRoo_bootstrap_CardFooter.js.html;h=b459a4da3b59f910ace161e2498e23211afc42ce;hp=0000000000000000000000000000000000000000;hb=267f6bc0ecf0897515863c3c91a8eea23388e273;hpb=4806a3a6a72a6fc861a138965a6b1b5df60d0c87;ds=sidebyside diff --git a/docs/src/Roo_bootstrap_CardFooter.js.html b/docs/src/Roo_bootstrap_CardFooter.js.html new file mode 100644 index 0000000000..b459a4da3b --- /dev/null +++ b/docs/src/Roo_bootstrap_CardFooter.js.html @@ -0,0 +1,34 @@ +Roo/bootstrap/CardFooter.js/* + * - 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