Progressmeter"

From Documentation
m (Created page with 'init')
 
Line 1: Line 1:
init
+
{{ZKComponentReferencePageHeader}}
 +
 
 +
= Progressmeter =
 +
 
 +
*Demonstration: N/A
 +
*Java API: <javadoc>org.zkoss.zul.Progressmeter</javadoc>
 +
*JavaScript API: <javadoc directory="jsdoc">zul.wgt.Progressmeter</javadoc>
 +
 
 +
= 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>
 +
 
 +
 
 +
 
 +
=Supported events=
 +
 
 +
N/A
 +
 
 +
=Supported Children=
 +
 
 +
N/A
 +
 
 +
=Use cases=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Description !! Example Location
 +
|-
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
 
 +
=Version History=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| 5.0.2
 +
| 5/19/2010
 +
| Initialization
 +
|}
 +
 
 +
{{ZKComponentReferencePageFooter}}

Revision as of 04:41, 18 May 2010

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"/>


Supported events

N/A

Supported Children

N/A

Use cases

Version Description Example Location
     

Version History

Version Date Content
5.0.2 5/19/2010 Initialization



Last Update : 2010/05/18

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