The DojoMobileSlider widget creates a slider that allows
changing a numeric value by dragging a slider handle.
Properties
- value
- The current value of this slider. The value is between the minimum
value and the maximum value.
- minimum
- The minimum value, which must not be greater than the maximum
value.
- maximum
- The maximum value, which must not be smaller than the minimum
value.
- step
- Step size for incremental changes when you drag the slider handle.
- orientation
- Uses one of following orientations for the slider handle movement:
| Orientation |
Value |
| Horizontal |
DojoMobileLib.SLIDER_HORIZONTAL |
| Vertical |
DojoMobileLib.SLIDER_VERTICAL |
| Best Fit |
DojoMobileLib.SLIDER_AUTO |
Events
- onChange
- Specifies an event that occurs when the slider is dragged.