Timepicker"

From Documentation
(Created page with "{{ZKComponentReferencePageHeader}} = Timepicker = *Demonstration: N/A *Style Guide: N/A *[http://www.zkoss.org/product/edition.dsp Available in ZK EE only] since 9.5.0 == Rel...")
 
Line 6: Line 6:
 
*[http://www.zkoss.org/product/edition.dsp Available in ZK EE only]
 
*[http://www.zkoss.org/product/edition.dsp Available in ZK EE only]
 
   since 9.5.0
 
   since 9.5.0
 
== Related components ==
 
None.
 
  
 
== Required Settings ==
 
== Required Settings ==
Line 16: Line 13:
 
! <center>Description</center>
 
! <center>Description</center>
 
|-
 
|-
| aria-label
+
| aria-label / aria-labelledby
| Describe the Timepicker.
+
| Name the Timepicker. For more information about naming, please refer to [[ZK_Component_Reference/Accessibility | Accessibility]]
 
|}
 
|}
  
Line 28: Line 25:
 
| Open the popup
 
| Open the popup
 
|-
 
|-
| ArrowUp/ArrowDown
+
| ArrowUp / ArrowDown
 
| Navigate options
 
| Navigate options
 
|-
 
|-
Line 37: Line 34:
 
| Close the popup
 
| Close the popup
 
|}
 
|}
 
== Example ==
 
<source lang="xml">
 
<zk xmlns:ca="client/attribute">
 
  <timepicker ca:aria-label="choose lunch time"/>
 
</zk>
 
</source>
 
 
{{ZKComponentReferencePageHeader}}
 

Revision as of 23:45, 28 July 2020

Timepicker

 since 9.5.0

Required Settings

Attributes
Description
aria-label / aria-labelledby Name the Timepicker. For more information about naming, please refer to Accessibility

Keyboard Support

Key
Description
Alt+Shift+ArrowDown Open the popup
ArrowUp / ArrowDown Navigate options
Enter Select the option
Escape Close the popup