Nodom

From Documentation
Revision as of 10:19, 26 September 2016 by Jameschu (talk | contribs) (→‎Nodom)

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.