DojoMobileSlider

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.
Note: To import the selected sample, you must install and use the local help.
Related reference:
EGL mobile widget base class
Related information:
Developing with the EGL Dojo mobile widgets
Rich UI Handler part
Local help content installations
Importing EGL Dojo mobile widgets sample
Importing EGL Dojo mobile widgets runtime

Feedback