ColdFusion.Slider.setValue

Description

Sets the numeric value of the slider control.

Function syntax

ColdFusion.Slider.setValue(name, newValue)

See also

ColdFusion.Slider.disableColdFusion.Slider.enableColdFusion.Slider.getSliderObjectColdFusion.Slider.getValue

ColdFusion.Slider.hideColdFusion.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>
<script language="JavaScript" type="text/javascript">
function setvalue(){
ColdFusion.Slider.setValue('sliderID','150');
}
</script>
<br>
<cfform name="form01">
<br/>
<cfslider name="sliderID" format="HTML"
vertical="false" width="350"
value="100" min="0" max="200"
increment="10" tip="true"/>
<cfinput type="button" name="htmlbutton"
value="Set Value" onclick="setvalue()">
</cfform>

 Adobe

Get help faster and easier

New user?

Adobe MAX 2024

Adobe MAX
The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX

The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX 2024

Adobe MAX
The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX

The Creativity Conference

Oct 14–16 Miami Beach and online