inputEx Documentation Back to homepage
- Object
- Object
onChange(e)
e <Event>
- The original 'change' event
setOptions(options)
options <Object>
- Options object (inputEx inputParams) as passed to the constructor
setValue(value[,sendUpdatedEvt])
value <Any>
- The value schould be one of [checkedValue,uncheckedValue]
sendUpdatedEvt <boolean>
optional
- (optional) Wether this setValue should fire the updatedEvt or not (default is true, pass false to NOT send the event)