Barcodescanner

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

Barcodescanner

 since 9.5.0

Related components

None.

Required Settings

Attributes
Description
aria-label Describe the Barcodescanner.

Keyboard Support

None.

Example

<zk xmlns:ca="client/attribute">
    <barcodescanner type="qr,code128" continuous="true" interval="500" height="100px"
        ca:aria-label="A Barcode Scanner, used to scan barcode" />
</zk>