DojoProgressBar

The DojoProgressBar widget displays progress bars.

Properties

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

Example

The following example shows the code and output for a progress bar.


dpb DojoProgressBar{maximum="100",progress="50",width="300"};

Example of a progress bar.

Feedback