Barcodescanner"

From Documentation
(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...")
 
Line 4: Line 4:
 
*[http://www.zkoss.org/product/edition.dsp Available in ZK EE only]
 
*[http://www.zkoss.org/product/edition.dsp Available in ZK EE only]
 
   since 9.5.0
 
   since 9.5.0
 
== Related components ==
 
None.
 
  
 
== Required Settings ==
 
== Required Settings ==
Line 14: Line 11:
 
! <center>Description</center>
 
! <center>Description</center>
 
|-
 
|-
| aria-label
+
| aria-label / aria-labelledby
| Describe the Barcodescanner.
+
| Name the Barcodescanner. For more information about naming, please refer to [[ZK_Component_Reference/Accessibility | Accessibility]]
 
|}
 
|}
  
 
== Keyboard Support ==
 
== Keyboard Support ==
 
None.
 
None.
 
== Example ==
 
<source lang="xml">
 
<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>
 
</source>
 

Revision as of 23:48, 28 July 2020

Barcodescanner

 since 9.5.0

Required Settings

Attributes
Description
aria-label / aria-labelledby Name the Barcodescanner. For more information about naming, please refer to Accessibility

Keyboard Support

None.