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...")
 
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{ZKComponentReferencePageHeader}}
 
{{ZKComponentReferencePageHeader}}
 
+
{{versionSince|9.5.0}} {{ZK EE}}
= Iframe =
+
{{ZKComponentReferenceAccessibilityNamingReference}}
*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.
 
 
 
== Required Settings ==
 
 
 
{| border="1px"
 
! <center>Attributes</center>
 
! <center>Description</center>
 
|-
 
| aria-label
 
| Describe the Barcode.
 
|}
 
  
 
== Keyboard Support ==
 
== Keyboard Support ==
 
None.
 
None.
 
== Example ==
 
<source lang="xml">
 
<zk xmlns:ca="client/attribute">
 
    <barcode type="ean13" value="0000000000000" displayValue="true" height="100px" width="300px"
 
        ca:aria-label="Barcode presents 0000000000000" />
 
</zk>
 
</source>
 

Latest revision as of 08:40, 29 September 2020

Since 9.5.0

  • Available for ZK:
  • http://www.zkoss.org/product/zkhttp://www.zkoss.org/whyzk/zkeeVersion ee.png

Label a Component

To name a component with ARIA attribute by adding the aria-label client attribute to the component, please refer to ZK_Developer's_Reference/Accessibility#Specify_ARIA_Attributes

Keyboard Support

None.