Progressmeter"

From Documentation
Line 19: Line 19:
 
     <progressmeter value="10"/>
 
     <progressmeter value="10"/>
 
</source>
 
</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=
 
=Supported Events=

Revision as of 04:12, 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
     



Last Update : 2019/01/24

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