Barcode

From Documentation
Revision as of 11:21, 14 July 2020 by Jameschu (talk | contribs) (Created page with "{{ZKComponentReferencePageHeader}} = Iframe = *Demonstration: N/A *Style Guide: N/A *[http://www.zkoss.org/product/edition.dsp Available in ZK EE only] since 9.5.0 == Related...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Iframe

 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>