An EO.Web ProgressBar is a graphical component that provides information about
the status of a given task. It uses an image or a color bar to indicate
progress as a percentage of work completed and, if configured, with a text
message at the center. When a website is engaged in a long task, it is useful
to use ProgressBar to inform user what is going on and how long they will have
to wait.
ProgressBar is usually used in conjunction with a task class that represents the
task. The task class sets the completed percentage value to ProgressBar, which,
in turn, moves the indicator.
A ProgressBar can also be used as a gauge to display usage statically, e.g.,
storage usage, bandwidth usage.
 |
Using Progress Bar
References
|