Nodom"
From Documentation
Line 6: | Line 6: | ||
<tt>Nodom</tt> is a ZK Component but render no-dom widget in client-side. It only render comment nodes for positioning. Thus, you could use a nodom as the topmost component to group components. | <tt>Nodom</tt> is a ZK Component but render no-dom widget in client-side. It only render comment nodes for positioning. Thus, you could use a nodom as the topmost component to group components. | ||
− | Notice that | + | Notice that nodom element does not support using hflex/vflex in itself and its children component. |
= Example = | = Example = |
Revision as of 03:25, 16 May 2017
Nodom
- Demonstration: N/A
Employment/Purpose
Nodom is a ZK Component but render no-dom widget in client-side. It only render comment nodes for positioning. Thus, you could use a nodom as the topmost component to group components.
Notice that nodom element does not support using hflex/vflex in itself and its children component.
Example
<nodom>
<window border="normal">
<button id="btn" label="button" />
</window>
<div>
<button id="btn" label="button" />
</div>
</nodom>
Supported Events
None | None |
Supported Children
*ALL
Use Cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|
8.0.3 | 2016/09/21 | Add the new Nodom component |