Fragment"
From Documentation
(Created page with "{{Template:UnderConstruction}} {{ZKComponentReferencePageHeader}} = Fragment = *Demonstration: N/A = Employment/Purpose = <tt>Fragment</tt> is a ZK Component. = Example = <s...") |
m (→Properties) |
||
Line 3: | Line 3: | ||
{{ZKComponentReferencePageHeader}} | {{ZKComponentReferencePageHeader}} | ||
= Fragment = | = Fragment = | ||
− | *Demonstration: N/A | + | * Demonstration: N/A |
+ | * Java API: Fragment | ||
+ | * JavaScript API: Fragment | ||
+ | * Style Guide: N/A | ||
= Employment/Purpose = | = Employment/Purpose = | ||
<tt>Fragment</tt> is a ZK Component. | <tt>Fragment</tt> is a ZK Component. | ||
− | |||
= Example = | = Example = | ||
Line 18: | Line 20: | ||
</fragment> | </fragment> | ||
</source> | </source> | ||
+ | |||
+ | = Properties = | ||
+ | |||
+ | == Content == | ||
+ | |||
+ | == Src == | ||
+ | |||
=Supported Events= | =Supported Events= |
Revision as of 02:28, 16 June 2017
Fragment
- Demonstration: N/A
- Java API: Fragment
- JavaScript API: Fragment
- Style Guide: N/A
Employment/Purpose
Fragment is a ZK Component.
Example
<fragment>
<div>
<button id="btn" label="button" />
</div>
</fragment>
Properties
Content
Src
Supported Events
None | None |
Supported Children
*ALL
Use Cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|
8.5 | 2017/09/21 | Add the new Fragment component |