Whatever message this page gives is out now! Go check it out!
ColdFusion.ProgressBar.update(progressBarId,config) |
Parameter | Description |
progressBarId | Name of the progress bar object. This must be a valid ColdFusion identifier. |
configObject | An object containing configuration parameters, interval, duration, and oncomplete. |
<cfprogressbar name="pBar" autodisplay="false">
<cfinput type="button"
onClick="ColdFusion.ProgressBar.update('pBar', {interval:6000, duration:10000, oncomplete:newoncomplete})">