Hbox

From Documentation
Revision as of 07:12, 23 April 2010 by Peterkuo (talk | contribs)

Hbox

The hbox component is used to create a horizontally oriented box. Each component placed in the hbox will be placed horizontally in a row.

File:Box.png

<zk>
	<vbox>
		<button label="Button 1" />
		<button label="Button 2" />
	</vbox>
	<hbox>
		<button label="Button 3" />
		<button label="Button 4" />
	</hbox>
</zk>

Class Name

org.zkoss.zul.Hbox

Supported Child Components

*ALL

Supported Events

*NONE

Properties

 *NONE

Methods

*NONE

Inherited From

Inherited From
[#Box org.zkoss.zul.Box]
[#XulElement org.zkoss.zul.impl.XulElement]
[#HtmlBasedComponent org.zkoss.zk.ui.HtmlBasedComponent]
[#AbstractComponent org.zkoss.zk.ui.AbstractComponent ]