Biglistbox"

From Documentation
(Created page with "{{ZKComponentReferencePageHeader}} = Biglistbox = *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 16: Line 16:
 
! <center>Description</center>
 
! <center>Description</center>
 
|-
 
|-
| aria-label
+
| aria-label / aria-labelledby
| Describe the biglistbox.
+
| Name the biglistbox. For more information about naming, please refer to [[ZK_Component_Reference/Accessibility | Accessibility]]
 
|}
 
|}
  
Line 31: Line 31:
 
| Focus on cell or headers.
 
| Focus on cell or headers.
 
|}
 
|}
 
== Example ==
 
<source lang="xml">
 
    <zk xmlns:ca="client/attribute">
 
        <biglistbox frozenCols="2" model="${BigData}" ca:aria-label="big data" />
 
    </zk>
 
</source>
 

Revision as of 23:36, 28 July 2020

Biglistbox

 since 9.5.0

Related components

None.

Required Settings

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

Keyboard Support

Key
Description
ArrowUp/ArrowDown Select items or focus on headers.
ArrowLeft/ArrowRight Focus on cell or headers.