Timepicker

From Documentation
Revision as of 08:33, 17 July 2020 by Jameschu (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Timepicker

 since 9.5.0

Related components

None.

Required Settings

Attributes
Description
aria-label Describe the Timepicker.

Keyboard Support

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

Example

<zk xmlns:ca="client/attribute">
  <timepicker ca:aria-label="choose lunch time"/>
</zk>