Sliderbuttons"

From Documentation
Line 9: Line 9:
 
= Employment/Purpose =
 
= Employment/Purpose =
  
A pair of draggable buttons in Multislider.
+
A pair of draggable buttons defining the start and end values in Multislider.
  
 
= Example =
 
= Example =

Revision as of 03:58, 29 November 2019


Sliderbuttons

  • Available for ZK:
  • http://www.zkoss.org/product/zkhttp://www.zkoss.org/whyzk/zkeeVersion pe-ee.png
since 9.0.0

Employment/Purpose

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

Example

ZKComRef Sliderbuttons.png

<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: RangeValueChangeEvent

Denotes the range value of a component has been changed by the user.

Supported Children

*None

Use Cases

Version Description Example Location
     

Version History

Last Update : 2019/11/29


Version Date Content
9.0.0 November, 2019 Sliderbuttons was introduced.



Last Update : 2019/11/29

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