Colorbox"

From Documentation
(Created page with "{{ZKComponentReferencePageHeader}} = Colorbox = *Demonstration: N/A *Style Guide: N/A *[http://www.zkoss.org/product/edition.dsp Available in ZK EE only] since 9.5.0 == Relat...")
 
Line 6: Line 6:
 
*[http://www.zkoss.org/product/edition.dsp Available in ZK EE only]
 
*[http://www.zkoss.org/product/edition.dsp Available in ZK EE only]
 
   since 9.5.0
 
   since 9.5.0
 
== Related components ==
 
None.
 
 
 
== Required Settings ==
 
== Required Settings ==
  
Line 16: Line 12:
 
! <center>Description</center>
 
! <center>Description</center>
 
|-
 
|-
| aria-label
+
| aria-label / aria-labelledby
| Describe the Colorbox.
+
| Name the Colorbox. For more information about naming, please refer to [[ZK_Component_Reference/Accessibility | Accessibility]]
 
|}
 
|}
  
Line 25: Line 21:
 
! <center>Description</center>
 
! <center>Description</center>
 
|-
 
|-
| ArrowUp/ArrowDown/ArrowLeft/ArrowRight
+
| ArrowUp / ArrowDown / ArrowLeft / ArrowRight  
 
| Navigate colors.
 
| Navigate colors.
 
|-
 
|-
Line 34: Line 30:
 
| Close the popup
 
| Close the popup
 
|}
 
|}
 
== Example ==
 
<source lang="xml">
 
  <colorbox ca:aria-label="Click to choose color"/>
 
</source>
 

Revision as of 23:41, 28 July 2020

Colorbox

 since 9.5.0

Required Settings

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

Keyboard Support

Key
Description
ArrowUp / ArrowDown / ArrowLeft / ArrowRight Navigate colors.
Enter Select the color.
Escape Close the popup