X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2Fbootstrap%2FInput.js;h=d02460329d138b199adc5f41d361321dea035924;hb=23a0c8c1c7942f78ddb512df49e0ff19f12b06fa;hp=1100f8e86691cbf5b39179afec090f582ecefe2e;hpb=7811bdad238a16fa881fa617d9c4e53da624968e;p=roojs1 diff --git a/Roo/bootstrap/Input.js b/Roo/bootstrap/Input.js index 1100f8e866..d02460329d 100644 --- a/Roo/bootstrap/Input.js +++ b/Roo/bootstrap/Input.js @@ -10,11 +10,11 @@ * @extends Roo.bootstrap.Component * Bootstrap Input class * @cfg {Boolean} disabled is it disabled - * @cfg {String} (button|checkbox|email|file|hidden|image|number|password|radio|range|reset|search|submit|text) inputType + * @cfg {String} inputType (button|checkbox|email|file|hidden|image|number|password|radio|range|reset|search|submit|text) * @cfg {String} name name of the input * @cfg {string} fieldLabel - the label associated * @cfg {string} placeholder - placeholder to put in text. - * @cfg {string} before - input group add on before + * @cfg {string} before - input group add on before * @cfg {string} after - input group add on after * @cfg {string} size - (lg|sm) or leave empty.. * @cfg {Number} xs colspan out of 12 for mobile-sized screens @@ -34,7 +34,8 @@ * @cfg {String} capture (user|camera) use for file input only. (default empty) * @cfg {String} accept (image|video|audio) use for file input only. (default empty) * @cfg {Boolean} preventMark Do not show tick or cross if error/success - + * @cfg {Roo.bootstrap.Button} before Button to show before + * @cfg {Roo.bootstrap.Button} afterButton to show before * @cfg {String} align (left|center|right) Default left * @cfg {Boolean} forceFeedback (true|false) Default false *