Nodom

From Documentation
Revision as of 03:31, 26 September 2016 by Jameschu (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Nodom

  • Demonstration: N/A
  • Java API: Nodom
  • JavaScript API: Nodom

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

ZKComRef Idspace Example.png

<nodom>
	<window border="normal">
		<button id="btn" label="button" />
	</window>
	<div>
		<button id="btn" label="button" />
	</div>
</nodom>

Supported Events

Name
Event Type
None None

Supported Children

*ALL

Use Cases

Version Description Example Location
 

Version History

Last Update : 2016/09/26


Version Date Content
8.0.3 2016/09/21 Add the new Nodom component
     



Last Update : 2016/09/26

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