CE
PE

since 9.0.0

Employment/Purpose

A pair of draggable buttons defining the start value and the end value in a Multislider.

Example

<zk>
  <multislider>
    <sliderbuttons startValue="10" endValue="70"/>
  </multislider>
</zk>

Properties

StartValue, EndValue

Represent the range value. (Default: 0)

Supported Events

| Name | Event Type | |—|—| | onRangeValueChange | Event: org.zkoss.zkex.zul.event.RangeValueChangeEvent Denotes the range value of a component has been changed by the user. |

Supported Children

*None