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.

../../_images/ProgressBar.png

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.

Examples

Declarative example

<div data-dojo-type="dojox.mobile.ProgressBar"
     data-dojo-props='value:"30%", label:"30/100"'></div>
../../_images/ProgressBar-example1.png
Error in the documentation? Can’t find what you are looking for? Let us know!