Barcode"

From Documentation
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 13:
 
! <center>Description</center>
 
! <center>Description</center>
 
|-
 
|-
| aria-label
+
| aria-label / aria-labelledby
| Describe the Barcode.
+
| Name the Barcode. For more information about naming, please refer to [[ZK_Component_Reference/Accessibility | Accessibility]]
 
|}
 
|}
  
 
== Keyboard Support ==
 
== Keyboard Support ==
 
None.
 
None.
 
== Example ==
 
<source lang="xml">
 
<zk xmlns:ca="client/attribute">
 
    <barcode type="ean13" value="0000000000000" displayValue="true" height="100px" width="300px"
 
        ca:aria-label="Barcode presents 0000000000000" />
 
</zk>
 
</source>
 

Revision as of 23:48, 28 July 2020

Barcode

 since 9.5.0

Required Settings

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

Keyboard Support

None.