Menubar
since 9.5
# 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 |
---|---|
Horizontal root level: ArrowLeft / ArrowRight |
Navigate menu items |
Horizontal root level: ArrowDown |
Open the menu popup |
All Menupopup: ArrowLeft / ArrowRight |
Open / close the menu popup |
Enter |
Activate the menu item / Open the menu popup |
Spacebar |
Activate the menu item / Open the menu popup |
Escape |
Close all existing menu popups even if you open multiple ones |
Limitations
Feature |
Description |
---|---|
Autodrop |
This feature only supports mouse. |