dojox/mobile/ProgressBar¶
Authors: | Yoshiroh Kamiyama |
---|---|
Developers: | Yoshiroh Kamiyama |
since: | V1.8 |
Introduction¶
The dojox/mobile/ProgressBar widget shows the progress of a task. The value it displays
can be a number (0 to maximum) or percentage (0% to 100%).
The setter of the value
property can be used to update the degree of completion of the task.
Constructor Parameters¶
Parameter | Type | Default | Description |
value | String | “0” | Number (“0” to maximum) or percentage (“0%” to “100%”) indicating the amount of task completed. |
maximum | Number | 100 | Max sample number. |
label | String | “” | A text to be shown at the center of the progress bar. |