Slider"

From Documentation
(Created page with "{{ZKComponentReferencePageHeader}} = Slider = {{ZKComponentReferenceAccessibilityComponentInfo}} since 9.5.0 == Required Settings == {{ZKComponentReferenceAccessibilityNamin...")
 
Line 15: Line 15:
 
|-
 
|-
 
| ArrowUp / ArrowRight
 
| ArrowUp / ArrowRight
| Increase the value of the slider by one step.
+
| Increases the value of the slider by one step.
 
|-
 
|-
 
| ArrowDown / ArrowLeft
 
| ArrowDown / ArrowLeft

Revision as of 04:30, 16 September 2020

Slider

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

Required Settings

Label a Component

To name a component with ARIA attribute by adding the aria-label client attribute to the component, please refer to ZK_Developer's_Reference/Accessibility#Specify_ARIA_Attributes

Keyboard Support

Key
Description
ArrowUp / ArrowRight Increases the value of the slider by one step.
ArrowDown / ArrowLeft Decreases the value of the slider by one step.
Home Sets slider to its minimum value.
End Sets slider to its maximum value.