slider

Purpose

A slider component represents a slider with slid and knob. It can be used to let user specify a value by scrolling. A slider accepts a range of value starting from 0 to 100. You could change the maximum allowed value by the maxpos property.

Examples

<z:slider id="slider" orient="vertical"/>
<z:slider curpos="1" maxpos="20"/>

Description

Attributes

ZK Official Reference

Component Reference

Show slider Component Reference

Java API

Show slider Java API