Skip to content

Commit 3404622

Browse files
committed
Progressbar: Added max option.
1 parent f4a2e63 commit 3404622

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

entries/progressbar.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
<added>1.6</added>
1515
<options>
1616
<xi:include href="../includes/widget-option-disabled.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
17+
<option name="max" default="0" type="Number" example-value="1024">
18+
<desc>The maximum value of the progressbar.</desc>
19+
</option>
1720
<option name="value" default="0" example-value="25">
1821
<desc>The value of the progressbar.</desc>
1922
<type name="Number" />

0 commit comments

Comments
 (0)