dojox.mobile.ProgressBar¶
Authors: | Yoshiroh Kamiyama |
---|---|
Developers: | Yoshiroh Kamiyama |
since: | V1.8 |
Introduction¶
dojox.mobile.ProgressBar is a progress indication widget that shows the status of a 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. |