The DojoHorizonalSlider widget creates a horizontal ruler.
Properties
- 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
Example
The following example shows the
code and outcome for a horizontal slider.
DojoHorizontalSlider { width="300",value="80",step="10",showLabels=true}
