Description
Sets the numeric value of the slider control.
Function syntax
ColdFusion.Slider.setValue(name, newValue) |
See also
ColdFusion.Slider.disable, ColdFusion.Slider.enable, ColdFusion.Slider.getSliderObject, ColdFusion.Slider.getValue,
ColdFusion.Slider.hide, ColdFusion.Slider.show
History
ColdFusion 9: Added this function
Parameters
Parameter |
Description |
---|---|
name |
Specifies the value of the name attribute of the cfmediaplayer tag. |
newValue |
The numeric value of the slider control. |
Returns
This function does not return any value.
Example
<h3>This is an example of the Slider.setValue function. Click the Set Value button to set the pointer to a new value,150.</h3> |