<int> getValue()
Get the value from the slider
renderComponent()
render a slider widget
setOptions(options)
Set the classname to 'inputEx-SliderField'
Parameters:
options <Object>
- Options object (inputEx inputParams) as passed to the constructor
setValue(value[,sendUpdatedEvt])
Function to set the value
Parameters:
value <Any>
- The new value
sendUpdatedEvt <boolean>
optional
- (optional) Wether this setValue should fire the updatedEvt or not (default is true, pass false to NOT send the event)