Progressmeter"
From Documentation
m ((via JWB)) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 22: | Line 22: | ||
= Properties = | = Properties = | ||
− | == | + | ==Indeterminate== |
− | + | {{versionSince| 8.6.1}} | |
If true, the progressmeter will show an indeterminate animation and the real value of the progressmeter will be hidden.(default false) | If true, the progressmeter will show an indeterminate animation and the real value of the progressmeter will be hidden.(default false) | ||
=Supported Events= | =Supported Events= | ||
− | {| | + | {| class='wikitable' | width="100%" |
! <center>Name</center> | ! <center>Name</center> | ||
! <center>Event Type</center> | ! <center>Event Type</center> | ||
Line 43: | Line 43: | ||
=Use Cases= | =Use Cases= | ||
− | {| | + | {| class='wikitable' | width="100%" |
! Version !! Description !! Example Location | ! Version !! Description !! Example Location | ||
|- | |- | ||
Line 53: | Line 53: | ||
=Version History= | =Version History= | ||
{{LastUpdated}} | {{LastUpdated}} | ||
− | {| | + | {| class='wikitable' | width="100%" |
! Version !! Date !! Content | ! Version !! Date !! Content | ||
|- | |- | ||
− | | | + | |- |
+ | | 8.6.1 | ||
+ | | Jan, 2019 | ||
+ | | [https://tracker.zkoss.org/browse/ZK-3629 ZK-3629]: use the progressmeter to indicate a long operation is so hard | ||
| | | | ||
| | | |
Latest revision as of 08:30, 8 July 2022
Progressmeter
- Demonstration: Progressmeter
- Java API: Progressmeter
- JavaScript API: Progressmeter
- Style Guide: Progressmeter
Employment/Purpose
A progress meter is a bar that indicates how much of a task has been completed. The value property must be in the range between 0 and 100.
Example
<progressmeter value="10"/>
Properties
Indeterminate
Since 8.6.1
If true, the progressmeter will show an indeterminate animation and the real value of the progressmeter will be hidden.(default false)
Supported Events
None | None |
- Inherited Supported Events: XulElement
Supported Children
*NONE
Use Cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content | ||
---|---|---|---|---|
8.6.1 | Jan, 2019 | ZK-3629: use the progressmeter to indicate a long operation is so hard |