Slider"

From Documentation
m (Created page with '{{ZKDevelopersGuidePageHeader}} A slider allows a user to select a value in a convenient manner. Image:100000000000006A000000106DB6D54E.png <source lang="xml" > <zk> <sl…')
 
m (correct highlight (via JWB))
 
Line 11: Line 11:
 
</source>
 
</source>
  
A slider accepts a range of values starting from 0 to 100. You could change the maximum allowed value by setting the <tt>maxpos</tt> attribute.
+
A slider accepts a range of values starting from 0 to 100. You could change the maximum allowed value by setting the <code>maxpos</code> attribute.
  
 
{{ ZKDevelopersGuidePageFooter}}
 
{{ ZKDevelopersGuidePageFooter}}

Latest revision as of 10:41, 19 January 2022

Stop.png This documentation is for an older version of ZK. For the latest one, please click here.


A slider allows a user to select a value in a convenient manner.

100000000000006A000000106DB6D54E.png

 
<zk>
	<slider id="slider" onScroll="alert(slider.curpos)"/>
</zk>

A slider accepts a range of values starting from 0 to 100. You could change the maximum allowed value by setting the maxpos attribute.



Last Update : 2022/01/19

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