Function
A form widget that allows one to select a value with a horizontally draggable handle
Boolean
Show increment/decrement buttons at the ends of the slider?
Integer
The minimum value the slider can be set to.
Integer
The maximum value the slider can be set to.
Integer
If specified, indicates that the slider handle has only 'discreteValues' possible positions, and that after dragging the handle, it will snap to the nearest possible position. Thus, the slider has only 'discreteValues' possible values. For example, if minimum=10, maxiumum=30, and discreteValues=3, then the slider handle has three possible positions, representing values 10, 20, or 30. If discreteValues is not specified or if it's value is higher than the number of pixels in the slider bar, then the slider handle can be moved freely, and the slider's value will be computed/reported based on pixel position (in this case it will likely be fractional, such as 123.456789).
Integer
If discreteValues is also specified, this indicates the amount of clicks (ie, snap positions) that the slider handle is moved via pageup/pagedown keys. If discreteValues is not specified, it indicates the number of pixels.
Boolean
If clicking the slider bar changes the value or not
Number
The time in ms to take to animate the slider handle from 0% to 100%, when clicking the slider bar to make the handle move.
Object
Function
Function
Function
Function
Returns true if direction is from right to left
Function
Function
Function
Hook so set('value', value) works.
Function
Function
Function
Function
Function
Decrement slider
Function
Increment slider
Function
Event handler for mousewheel where supported
Function
Function
Function
Function
Function
Function
Function
Function
Object
Object