sets the current value of a slider control
value | number|array | a new value or array with value pairs for the range mode |
callEvent | boolean | true to call the "onChange" event, false by default |
mySlider.setValue(1);
array as a 1st param is added in v4.3
Back to top