Barcode

From Documentation
Revision as of 11:23, 14 July 2020 by Jameschu (talk | contribs)

Barcode

 since 9.5.0

Related components

None.

Required Settings

Attributes
Description
aria-label Describe the Barcode.

Keyboard Support

None.

Example

<zk xmlns:ca="client/attribute">
    <barcode type="ean13" value="0000000000000" displayValue="true" height="100px" width="300px"
        ca:aria-label="Barcode presents 0000000000000" />
</zk>