Progressmeter"
From Documentation
Tmillsclare (talk | contribs) m (Created page with 'init') |
|||
Line 1: | Line 1: | ||
− | + | {{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 | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | =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
- Demonstration: N/A
- Java API: Progressmeter
- JavaScript API: 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"/>
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 |