Nodom"

From Documentation
Line 4: Line 4:
  
 
= Employment/Purpose =
 
= Employment/Purpose =
<tt>Idspace</tt> just like a [[ZK_Component_Reference/Containers/Div|Div]] but implements the [[ZK Developer's Reference/UI Composing/ID Space|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.
+
<tt>Nodom</tt> is a ZK Component but render no-dom widget in client-side. It only render comment nodes for positioning. Thus, you could use a nodom as the topmost component to group components.
 +
Notice that it's not recommended to use hflex/vflex in the children of nodom element.
  
 
= Example =
 
= Example =

Revision as of 10:23, 26 September 2016

Nodom

  • Demonstration: N/A

Employment/Purpose

Nodom is a ZK Component but render no-dom widget in client-side. It only render comment nodes for positioning. Thus, you could use a nodom as the topmost component to group components. Notice that it's not recommended to use hflex/vflex in the children of nodom element.

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.