X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2Fbootstrap%2Fform%2FInput.js;h=7fdabc35f61c8c5722301e460461b9e9ff067ac7;hb=d7b225294b7387a24fde8cf337415c8907ee351c;hp=d02460329d138b199adc5f41d361321dea035924;hpb=d6ed930e56bd5857752de87eab7804e26d2eb766;p=roojs1 diff --git a/Roo/bootstrap/form/Input.js b/Roo/bootstrap/form/Input.js index d02460329d..7fdabc35f6 100644 --- a/Roo/bootstrap/form/Input.js +++ b/Roo/bootstrap/form/Input.js @@ -6,7 +6,7 @@ */ /** - * @class Roo.bootstrap.Input + * @class Roo.bootstrap.form.Input * @extends Roo.bootstrap.Component * Bootstrap Input class * @cfg {Boolean} disabled is it disabled @@ -44,9 +44,9 @@ * @param {Object} config The config object */ -Roo.bootstrap.Input = function(config){ +Roo.bootstrap.form.Input = function(config){ - Roo.bootstrap.Input.superclass.constructor.call(this, config); + Roo.bootstrap.form.Input.superclass.constructor.call(this, config); this.addEvents({ /** @@ -107,7 +107,7 @@ Roo.bootstrap.Input = function(config){ }); }; -Roo.extend(Roo.bootstrap.Input, Roo.bootstrap.Component, { +Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component, { /** * @cfg {String/Boolean} validationEvent The event that should initiate field validation. Set to false to disable automatic validation (defaults to "keyup").