Progress Bar
Dijit provides a progress bar which shows a bar with optional text contained within it. Associated
with the bar is a numeric value which is visually represented by the size of the bar.
The core properties of this control are:
• value – The value of the progress.
• maximum – The maximum value of the bar.
• label – The text contained within the progress bar.
• indeterminate – A true/false value. When true, the bar animates to show that the
progress is unknown.
The coloring of the Progress Bar appears to be governed by the CSS "background" property of
".claro .dijitProgressBarTile"
dojox/calendar/Calendar
The dojox/calendar/Calendar is a super rich widget for working with calendar data. The
widget shows slots of time into which entries may be placed. An entry has a start time, an end time
and a text summary describing the nature of the entry.
The following illustrates what the Calendar looks like on a web page. This shows the calendar in its
day view mode:
There are three view modes available. One is called "day" which shows the details of a day. The
second is called "week" which shows the details of days in a week and the final is called "month"
which shows the days in the month. The views belong to one of two possible styles. The styles are
Page 193
Comentários a estes Manuais