Nodom

  • Demonstration: N/A

Employment/Purpose

Nodom is a ZK Component but only has server-side Java object and doesn’t render any DOM elements and JavaScript widget at the client-side. It only renders comment nodes for positioning. Thus, if you want to control a group of components without unnecessary DOM elements, you can use a as the outermost component to group components under a controller (composer/ViewModel) instead of a `Window` or a `Div`.

Limitation

does not support using `hflex/vflex` in itself and its children component. # Example ![](/zk_component_ref/images/ZKComRef_Idspace_Example.png) ```xml
``` # Supported Events

Name

Event Type

None

None

# Supported Children `*ALL` # Use Cases | Version | Description | Example Location | |---------|-------------|------------------| | | | | # Version History | Version | Date | Content | |---------|------------|-----------------------------| | 8.0.3 | 2016/09/21 | Add the new Nodom component | | | | |