Image:stop.png This documentation is for an older version of ZK. For the latest documentationplease click here .

Space

Space is a Separator with the orient default to "horizontal".

In other words, <space> is equivalent to <separator orient="horizontal">

    <zk>
    <space bar="true"/>    
    <space bar="true"/>    
    <space bar="true"/>    
    <space bar="true"/>    
</zk>
   

Class Name

org.zkoss.zul.Space

Supported Child Components

*NONE

Supported Events

*NONE

Properties

*NONE

Methods

*NONE

Inherited From