|
ColdFusion 9.0 Resources |
ColdFusion.ProgressBar.updateDescriptionUpdates attribute values. Function syntaxColdFusion.ProgressBar.update(progressBarId,config) HistoryColdFusion 9: Added this function Parameters
ReturnsThis function does not return a value. UsageUpdates any of the attribute values duration , interval, or oncomplete as shown in the following example: <cfprogressbar name="pBar" autodisplay="false">
<cfinput type="button"
onClick="ColdFusion.ProgressBar.update('pBar', {interval:6000, duration:10000, oncomplete:newoncomplete})">
|