Description
Disables the slider control.
Function syntax
ColdFusion.Slider.disable(name) |
See also
ColdFusion.Slider.enable, ColdFusion.Slider.getValue, ColdFusion.Slider.getSliderObject, ColdFusion.Slider.hide,
ColdFusion.Slider.show, ColdFusion.Slider.setValue
History
ColdFusion 9: Added this function
Parameters
Parameter |
Description |
---|---|
name |
Specifies the value of the name attribute in the cfslider tag. |
Returns
This function does not return any value.
Example
<h3>This is an example of the Slider.disable function. Click the Disable Slider button to disable the slider.</h3> |