ColdFusion.ProgressBar.hide

Description

Hides the progress bar if it is displayed.

Function syntax

ColdFusion.ProgressBar.hide(progressBarId)

See also

ColdFusion.ProgressBar.showColdFusion.ProgressBar.update

History

ColdFusion 9: Added this function

Parameters

Parameter

Description

progressBarId

Name of the progress bar object. This must be a valid ColdFusion identifier.

Returns

This function does not return a value.

Usage

This function lets you hide the progress bar if it is displayed.You display the progressbar using the function ColdFusion.ProgressBar.show or by setting the attribute autodisplay to true in the tag cfprogressbar.The following example shows how to use this function:

<cfprogressbar name="pBar" autodisplay="true">
<cfinput type="button"
onClick="ColdFusion.ProgressBar.hide('pBar')">

 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