Idspace

From Documentation
Revision as of 06:40, 3 November 2011 by Benbai (talk | contribs) (Created page with "{{ZKComponentReferencePageHeader}} = Idspace = *Demonstration: N/A *Java API: <javadoc>org.zkoss.zul.Idspace</javadoc> *JavaScript API: <javadoc directory="jsdoc">zul.wgt.Idspa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Idspace

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

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

Supported Events

Name
Event Type
None None

Supported Children

*ALL

Use Cases

Version Description Example Location
 

Version History

Last Update : 2011/11/03


Version Date Content
     



Last Update : 2011/11/03

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