Space"

From Documentation
Line 5: Line 5:
 
*Java API: <javadoc>org.zkoss.zul.Space</javadoc>
 
*Java API: <javadoc>org.zkoss.zul.Space</javadoc>
 
*JavaScript API: <javadoc directory="jsdoc">zul.wgt.Space</javadoc>
 
*JavaScript API: <javadoc directory="jsdoc">zul.wgt.Space</javadoc>
 +
*Style Guide: [[ZK_Style_Guide/XUL_Component_Specification/Separator | Separator]]
  
 
= Employment/Purpose =
 
= Employment/Purpose =
Line 23: Line 24:
 
</source>
 
</source>
  
=Supported events=
+
=Supported Events=
  
 
{| border="1" | width="100%"
 
{| border="1" | width="100%"
Line 32: Line 33:
 
| None
 
| None
 
|}
 
|}
 +
*Inherited Supported Events: [[ZK_Component_Reference/Essential_Components/Separator#Supported_Events | Separator]]
  
 
=Supported Children=
 
=Supported Children=
 
  *NONE
 
  *NONE
  
=Use cases=
+
=Use Cases=
  
 
{| border='1px' | width="100%"
 
{| border='1px' | width="100%"
Line 47: Line 49:
  
 
=Version History=
 
=Version History=
 
+
{{LastUpdated}}
 
{| border='1px' | width="100%"
 
{| border='1px' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content

Revision as of 06:56, 19 November 2010

Space

Employment/Purpose

Space is a Separator with the orient default to "horizontal". In other words, <space> is equivalent to <separator orient="horizontal">

Example

ZKComRef Space Example.png

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

Supported Events

Name
Event Type
None None

Supported Children

*NONE

Use Cases

Version Description Example Location
     

Version History

Last Update : 2010/11/19


Version Date Content
     



Last Update : 2010/11/19

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