Include

From Documentation
Revision as of 08:32, 29 September 2020 by Jameschu (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Example

To make the included content more semantic, use enclosingTag to modify the enclosing tag name.

<include src="includes/footer.zul" enclosingTag="footer"/>