From Documentation
A slider allows a user to select a value in a convenient manner.
<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.