Separator

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

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

line 1 by separator
<separator />
line 2 by separator
<separator />
line 3 by separator
<space bar="true" />
another piece
<separator spacing="20px" />
line 4 by separator
<space bar="true" spacing="20px" />
another piece

Class Name

org.zkoss.zul.Space

Supported Child Components

*NONE

Supported Events

*NONE

Attributes

Property

Description

Data Type

Default Values

spacing

the spacing.

Values: the spacing (such as "0", "5px", "3pt" or "1em")

String

<null>

orient

the orient.

Values:horizontal|vertical

String

horizontal

bar

whether to display a visual bar as the separator.

Values:true/false

boolean

false

Methods

*NONE

Inherited From