inputEx Documentation Back to homepage
- Object
- Object
clear([sendUpdatedEvt])
sendUpdatedEvt <boolean>
optional
- (optional) Wether this clear should fire the updatedEvt or not (default is true, pass false to NOT send the event)
<Array> getValue()
<Array>
An array of values [value1, value2, ...]
renderField(fieldOptions)
fieldOptions <Object>
- The field properties as required bu inputEx.buildField
setOptions(options)
options <Object>
- Options object (inputEx inputParams) as passed to the constructor
setValue(values[,sendUpdatedEvt])
values <Array>
- [value1, value2, ...]
sendUpdatedEvt <boolean>
optional
- (optional) Wether this setValue should fire the updatedEvt or not (default is true, pass false to NOT send the event)
<Boolean> validate()
<Boolean>
true if all fields validate and required fields are not empty
focus,
getEl,
fireUpdatedEvt,
show,
close,
onBlur,
onFocus,
getStateString,
disable,
onChange,
render,
updatedEvt,
initEvents,
getState,
hide,
displayMessage,
destroy,
enable,