Space"

From Documentation
m
m ((via JWB))
 
(2 intermediate revisions by 2 users not shown)
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%"
+
{| class='wikitable' | width="100%"
 
! <center>Name</center>
 
! <center>Name</center>
 
! <center>Event Type</center>
 
! <center>Event Type</center>
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%"
+
{| class='wikitable' | width="100%"
 
! Version !! Description !! Example Location
 
! Version !! Description !! Example Location
 
|-
 
|-
Line 47: Line 49:
  
 
=Version History=
 
=Version History=
 
+
{{LastUpdated}}
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
| 5.0.2
+
| &nbsp;
| 04/30/2010
+
| &nbsp;
| Initialization
+
| &nbsp;
 
|}
 
|}
  
 
{{ZKComponentReferencePageFooter}}
 
{{ZKComponentReferencePageFooter}}

Latest revision as of 11:06, 7 January 2022

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 : 2022/01/07


Version Date Content
     



Last Update : 2022/01/07

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