Toolbar

From Documentation
Revision as of 04:36, 25 August 2020 by Leonlee (talk | contribs) (Created page with "{{ZKComponentReferencePageHeader}} = Toolbar = {{ZKComponentReferenceAccessibilityComponentInfo}} since 9.5.0 == Required Settings == {{ZKComponentReferenceAccessibilityNami...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Toolbar

  • 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 / ArrowLeft Moves focus to the previous control. If there is no previous control, focus movement will wrap from the first element to the last element.
ArrowDown / ArrowRight Moves focus to the next control. If there is no next control, focus movement will wrap from the last element to the first element.
Tab / Shift + Tab Move focus into and out of the toolbar.

Limitations

Since this issue, we suggest not to display any component that needs to control with arrow keys into the toolbar.