Hbox"

From Documentation
Line 56: Line 56:
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
| 5.x.x
+
| 5.0.1
| x/x/20xx
+
| 4/23/2010
 
| Initialization
 
| Initialization
 
|}
 
|}
  
 
{{ZKComponentReferencePageFooter}}
 
{{ZKComponentReferencePageFooter}}

Revision as of 07:37, 23 April 2010

Hbox

Employment/Purpose

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

Example

ZKComRef Hbox Simple Examples.PNG

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

Supported events

Name
Event Type
*NONE

Supported Children

*ALL

Use cases

Version Description Example Location
5.0+ *NONE

Version History

Version Date Content
5.0.1 4/23/2010 Initialization



Last Update : 2010/04/23

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.