The DojoHorizontalSlider widget creates a horizontal ruler.
Fields
- maximum
- The maximum value of the ruler
- minimum
- The minimum value of the ruler
- step
- The increments of the values between the minimum and maximum values
of the ruler
- showLabels
- Indicates whether to show the labels of the minimum, maximum,
and steps values. Valid values are true and false.
- value
- The current value for the ruler
- width
- The size of the ruler in pixels
Other supported fields and functions are described in the following
topics in the EGL Programmer’s Guide: “Rich UI widget fields” and
”Rich UI widget functions.”
Use of this widget requires the following statement:
import dojo.widgets.DojoHorizontalSlider;