X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsrc%2FRoo_bootstrap_Row.js.html;fp=docs%2Fsrc%2FRoo_bootstrap_Row.js.html;h=efb03cc974226a08d724000436dfe75e7181a886;hb=9ff8ded6bbbd258ecd646184ba26020874e2c085;hp=0000000000000000000000000000000000000000;hpb=2542b67d1a0768025056f2f330bfe50b64d1ad38;p=roojs1 diff --git a/docs/src/Roo_bootstrap_Row.js.html b/docs/src/Roo_bootstrap_Row.js.html new file mode 100644 index 0000000000..efb03cc974 --- /dev/null +++ b/docs/src/Roo_bootstrap_Row.js.html @@ -0,0 +1,35 @@ +/home/alan/gitlive/roojs1/Roo/bootstrap/Row.js/* + * - LGPL + * + * row + * + */ + +/** + * @class Roo.bootstrap.Row + * @extends Roo.bootstrap.Component + * Bootstrap Row class (contains columns...) + * + * @constructor + * Create a new Row + * @param {Object} config The config object + */ + +Roo.bootstrap.Row = function(config){ + Roo.bootstrap.Row.superclass.constructor.call(this, config); +}; + +Roo.extend(Roo.bootstrap.Row, Roo.bootstrap.Component, { + + getAutoCreate : function(){ + return { + cls: 'row clearfix' + }; + } + + +}); + + + + \ No newline at end of file