Sliderbuttons"

From Documentation
 
Line 43: Line 43:
 
  *None
 
  *None
  
= Use Cases =
 
  
{| class='wikitable' | width="100%"
 
! Version !! Description !! Example Location
 
|-
 
|  
 
|  
 
|  
 
|}
 
 
= Version History =
 
 
{{LastUpdated}}
 
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
|-
 
| 9.0.0
 
| November, 2019
 
| [http://www.zkoss.org/javadoc/latest/zk/org/zkoss/zkmax/zul/Sliderbuttons.html Sliderbuttons] was introduced.
 
|}
 
  
 
{{ZKComponentReferencePageFooter}}
 
{{ZKComponentReferencePageFooter}}

Latest revision as of 07:57, 31 January 2024


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 value and the end value in a 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




Last Update : 2024/01/31

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