Borderlayout"

From Documentation
(Undo revision 50191 by Leonlee (talk))
Line 14: Line 14:
 
! <center>Description</center>
 
! <center>Description</center>
 
|-
 
|-
| ArrowUp / ArrowDown
+
| Alt + ArrowUp
| When the splitter is focused, move the splitter vertically.
+
| Close the popup.
 
|-
 
|-
| ArrowLeft / ArrowRight
+
| Alt + ArrowDown
| When the splitter is focused, move the splitter horizontally.
+
| Open the popup.
 
|-
 
|-
| Enter / Spacebar
+
| Tab
| When the splitter is focused, collapses the region. When the header is focused, collapsed/expanded the region.
+
| If the popup is opened, move focus to the popup.
 
|}
 
|}

Revision as of 07:17, 25 August 2020

Borderlayout

  • 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
Alt + ArrowUp Close the popup.
Alt + ArrowDown Open the popup.
Tab If the popup is opened, move focus to the popup.