Progressmeter"

From Documentation
m ((via JWB))
 
(4 intermediate revisions by 2 users not shown)
Line 19: Line 19:
 
     <progressmeter value="10"/>
 
     <progressmeter value="10"/>
 
</source>
 
</source>
 +
 +
= 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)
  
 
=Supported Events=
 
=Supported Events=
  
{| border="1" | width="100%"
+
{| class='wikitable' | width="100%"
 
! <center>Name</center>
 
! <center>Name</center>
 
! <center>Event Type</center>
 
! <center>Event Type</center>
Line 37: Line 43:
 
=Use Cases=
 
=Use Cases=
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Description !! Example Location
 
! Version !! Description !! Example Location
 
|-
 
|-
Line 47: Line 53:
 
=Version History=
 
=Version History=
 
{{LastUpdated}}
 
{{LastUpdated}}
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
| &nbsp;
+
|-
 +
| 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
 
| &nbsp;
 
| &nbsp;
 
| &nbsp;
 
| &nbsp;

Latest revision as of 08:30, 8 July 2022

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

ZKComRef Progressmeter Example.PNG

     <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

Name
Event Type
None None

Supported Children

*NONE

Use Cases

Version Description Example Location
     

Version History

Last Update : 2022/07/08


Version Date Content
8.6.1 Jan, 2019 ZK-3629: use the progressmeter to indicate a long operation is so hard    



Last Update : 2022/07/08

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.