height
- int | String
Display height of the progressbar.
Default Value: 25
Display label of the progressbar. If not specified try to query
using HTML_PARSER an element inside contentBox which matches
aui-progressbar-text
and get its innerHTML to be
used as label.
Default Value: ''
Represents the top value for the bar. The bar will be fully
extended when reaching this value. Values higher than this will
be ignored.
Default Value: 100
Represents the lowest value for the bar. The bar will be
totally collapsed when reaching this value. Values lower than
this will be ignored.
Default Value: 0
Display orientation of the progressbar (i.e. vertical or
horizontal).
Default Value: 'horizontal'
Calculate the ratio based on max
and
min
values.
DOM Node to display the satus bar of the progressbar. If not
specified try to query using HTML_PARSER an element inside
contentBox which matches aui-progressbar-status
.
Default Value: Generated div element.
step
- number
Calculate the progressbar step based on ratio
value.
DOM Node to display the text of the progressbar. If not
specified try to query using HTML_PARSER an element inside
contentBox which matches aui-progressbar-text
.
Default Value: Generated div element.
value
- int | String
The value for the bar. Valid values are in between the minValue
and maxValue attributes.
Default Value: 0