Barcode"

From Documentation
(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...")
 
Line 1: Line 1:
 
{{ZKComponentReferencePageHeader}}
 
{{ZKComponentReferencePageHeader}}
  
= Iframe =
+
= Barcode =
 
*Demonstration: N/A
 
*Demonstration: N/A
 
*Style Guide: N/A
 
*Style Guide: N/A

Revision as of 11:23, 14 July 2020

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>