DojoProgressBar widget

The DojoProgressBar widget displays progress bars.

Fields

maximum
The maximum value of the progress.
progress
The current progress.
width
The width of the progress bar.

Other supported fields and functions are described in the following topics in the EGL Programmer’s Guide: “Rich UI widget fields” and ”Rich UI widget functions.”

Use of this widget requires the following statement:
import dojo.widgets.DojoProgressBar;