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...")
 
Line 2: Line 2:
 
= Nodom =
 
= Nodom =
 
*Demonstration: N/A
 
*Demonstration: N/A
*Java API: <javadoc>org.zkoss.zul.Nodom</javadoc>
 
*JavaScript API: <javadoc directory="jsdoc">zul.wgt.Nodom</javadoc>
 
  
 
= 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

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.