Progressmeter"

From Documentation
m (Created page with 'init')
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
init
+
{{ZKComponentReferencePageHeader}}
 +
 
 +
= Progressmeter =
 +
 
 +
*Demonstration: [http://www.zkoss.org/zkdemo/effects/upload_effect Progressmeter]
 +
*Java API: <javadoc>org.zkoss.zul.Progressmeter</javadoc>
 +
*JavaScript API: <javadoc directory="jsdoc">zul.wgt.Progressmeter</javadoc>
 +
*Style Guide: [[ZK_Style_Guide/XUL_Component_Specification/Progressmeter | 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 =
 +
 
 +
[[Image:ZKComRef_Progressmeter_Example.PNG]]
 +
 
 +
<source lang="xml">
 +
    <progressmeter value="10"/>
 +
</source>
 +
 
 +
= 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=
 +
 
 +
{| border="1" | width="100%"
 +
! <center>Name</center>
 +
! <center>Event Type</center>
 +
|-
 +
| None
 +
| None
 +
|}
 +
*Inherited Supported Events: [[ZK_Component_Reference/Base_Components/XulElement#Supported_Events | XulElement]]
 +
 
 +
=Supported Children=
 +
 
 +
*NONE
 +
 
 +
=Use Cases=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Description !! Example Location
 +
|-
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
 
 +
=Version History=
 +
{{LastUpdated}}
 +
{| border='1px' | width="100%"
 +
! 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
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
 
 +
{{ZKComponentReferencePageFooter}}

Revision as of 04:17, 24 January 2019

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 : 2019/01/24


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



Last Update : 2019/01/24

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