X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_bootstrap_form_Form.js.html;fp=docs%2Fsrc%2FRoo_bootstrap_Form.js.html;h=e548910fe26c20f328d9659c69e185dd733c5b1d;hp=2d224ea1a0dcfb1a0913861c08fa3281ee9fc9a7;hb=e01802ac69da0ec0c9ccecc295beff82c1779f68;hpb=0fa7894b7489284160ff14afdca7b6911983357f diff --git a/docs/src/Roo_bootstrap_Form.js.html b/docs/src/Roo_bootstrap_form_Form.js.html similarity index 98% rename from docs/src/Roo_bootstrap_Form.js.html rename to docs/src/Roo_bootstrap_form_Form.js.html index 2d224ea1a0..e548910fe2 100644 --- a/docs/src/Roo_bootstrap_Form.js.html +++ b/docs/src/Roo_bootstrap_form_Form.js.html @@ -1,4 +1,4 @@ -Roo/bootstrap/Form.js/* +Roo/bootstrap/form/Form.js/* * - LGPL * * form @@ -6,8 +6,9 @@ */ /** - * @class Roo.bootstrap.Form + * @class Roo.bootstrap.form.Form * @extends Roo.bootstrap.Component + * @children Roo.bootstrap.Component * Bootstrap Form class * @cfg {String} method GET | POST (default POST) * @cfg {String} labelAlign top | left (default top) @@ -21,11 +22,11 @@ */ -Roo.bootstrap.Form = function(config){ +Roo.bootstrap.form.Form = function(config){ - Roo.bootstrap.Form.superclass.constructor.call(this, config); + Roo.bootstrap.form.Form.superclass.constructor.call(this, config); - Roo.bootstrap.Form.popover.apply(); + Roo.bootstrap.form.Form.popover.apply(); this.addEvents({ /** @@ -59,7 +60,7 @@ }); }; -Roo.extend(Roo.bootstrap.Form, Roo.bootstrap.Component, { +Roo.extend(Roo.bootstrap.form.Form, Roo.bootstrap.Component, { /** * @cfg {String} method @@ -189,7 +190,7 @@ }); if(this.errorMask && !valid){ - Roo.bootstrap.Form.popover.mask(this, target); + Roo.bootstrap.form.Form.popover.mask(this, target); } return valid; @@ -606,7 +607,7 @@ clientValidation Boolean Applies to submit only. Pass true to call fo }); -Roo.apply(Roo.bootstrap.Form, { +Roo.apply(Roo.bootstrap.form.Form, { popover : { @@ -742,7 +743,7 @@ clientValidation Boolean Applies to submit only. Pass true to call fo this.toolTip.show(tip); this.intervalID = window.setInterval(function() { - Roo.bootstrap.Form.popover.unmask(); + Roo.bootstrap.form.Form.popover.unmask(); }, 10000); window.onwheel = function(){ return false;};