Space"
From Documentation
Tmillsclare (talk | contribs) |
Jumperchen (talk | contribs) |
||
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 | + | =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 | + | =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
<zk>
<space bar="true"/>
<space bar="true"/>
<space bar="true"/>
<space bar="true"/>
</zk>
Supported Events
None | None |
- Inherited Supported Events: Separator
Supported Children
*NONE
Use Cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|