Description
Gets the progress bar object.
Function syntax
ColdFusion.ProgressBar.getProgressBarObject(name) |
See also
ColdFusion.ProgressBar.start, ColdFusion.ProgressBar.stop
History
ColdFusion 9: Added this function
Parameters
Parameter |
Description |
---|---|
name |
The name of the progress bar object. |
Returns
This function returns the underlying Ext JavaScript progress bar object.
Usage
You call this function to get the progress bar object. ----