Whatever message this page gives is out now! Go check it out!

ColdFusion.ProgressBar.reset

Last update:
May 18, 2026

Description

Resets the progress status and messages.

Function syntax

ColdFusion.ProgressBar.reset(progressBarId)

See also

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

Resets the progress on a progress bar as shown in the following example:
<cfform> 
 <cfprogressbar name="pBar" width="500"/> 
 <cfinput type="button" name="pBtn" onClick="ColdFusion.ProgressBar.reset('pBar')"> 
 </cfform>

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page