Barcodescanner
From Documentation
Barcodescanner
- Demonstration: N/A
- Style Guide: N/A
- Available in ZK EE only
since 9.5.0
Related components
None.
Required Settings
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>