![]() |
Previous | Next |
The value attribute specifies or retrieves the current position of the slider.
Syntax
elementID.value
Possible Values
This attribute is a read/write Number (float) with a default value equal to the min attribute.
Remarks
The value must be greater than or equal to min and less than or equal to max. If the value falls outside the range, a warning is issued, and the value does not change.
Example
Please see the positionImage attribute for a sample illustrating how the attributes of the CUSTOMSLIDER element are used.
See Also
Previous | Next |