Fragment"

From Documentation
Line 9: Line 9:
  
 
= Employment/Purpose =
 
= Employment/Purpose =
<tt>Fragment</tt> is a ZK Component.
+
<tt>Fragment</tt> is a ZK component that let developers combine native HTML elements with ZK data binding syntax to make the static page to be dynamic.
  
 
= Example =
 
= Example =

Revision as of 03:10, 22 June 2017

WarningTriangle-32x32.png This page is under construction, so we cannot guarantee the accuracy of the content!


Fragment

  • Demonstration: N/A
  • Java API: Fragment
  • JavaScript API: Fragment
  • Style Guide: N/A

Employment/Purpose

Fragment is a ZK component that let developers combine native HTML elements with ZK data binding syntax to make the static page to be dynamic.

Example

<fragment>
	<div>
		<button id="btn" label="button" />
	</div>
</fragment>

Properties

Content

Src

Supported Events

Name
Event Type
None None

Supported Children

*ALL

Use Cases

Version Description Example Location
 

Version History

Last Update : 2017/06/22


Version Date Content
8.5 2017/09/21 Add the new Fragment component
     



Last Update : 2017/06/22

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.