Nodom"
From Documentation
(Created page with "{{ZKComponentReferencePageHeader}} = Nodom = *Demonstration: N/A *Java API: <javadoc>org.zkoss.zul.Nodom</javadoc> *JavaScript API: <javadoc directory="jsdoc">zul.wgt.Nodom</java...") |
(→Nodom) |
||
Line 2: | Line 2: | ||
= Nodom = | = Nodom = | ||
*Demonstration: N/A | *Demonstration: N/A | ||
− | |||
− | |||
= Employment/Purpose = | = Employment/Purpose = |
Revision as of 10:19, 26 September 2016
Nodom
- Demonstration: N/A
Employment/Purpose
Idspace just like a Div but implements the ID space, all descendant components of Idspace (including the Idspace itself) form an independent ID space. Thus, you could use a idspace as the topmost component to group components. This way developers only need to maintain the uniqueness of each subset separately.
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 |