Tablelayout"
From Documentation
Zkwikiadmin (talk | contribs) |
|||
Line 1: | Line 1: | ||
− | + | {{ZKComponentReferencePageHeader}} | |
+ | |||
+ | = Tablelayout = | ||
+ | |||
+ | *Demonstration: | ||
+ | *Java API: <javadoc>org.zkoss.zul.XXX</javadoc> | ||
+ | *JavaScript API: <javadoc directory="jsdoc">zul.YYY.XXX</javadoc> | ||
+ | |||
+ | = Employment/Purpose = | ||
+ | Space is a Separator with the orient default to "horizontal". | ||
+ | In other words, <space> is equivalent to <separator orient="horizontal"> | ||
+ | |||
+ | |||
+ | |||
+ | = Example = | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | =Supported events= | ||
+ | |||
+ | {| border="1" | width="100%" | ||
+ | ! <center>Name</center> | ||
+ | ! <center>Event Type</center> | ||
+ | |- | ||
+ | | None | ||
+ | | None | ||
+ | |} | ||
+ | |||
+ | =Supported Children= | ||
+ | |||
+ | *ALL | ||
+ | |||
+ | =Use cases= | ||
+ | |||
+ | {| border='1px' | width="100%" | ||
+ | ! Version !! Description !! Example Location | ||
+ | |- | ||
+ | | 5.0+ | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | =Version History= | ||
+ | |||
+ | {| border='1px' | width="100%" | ||
+ | ! Version !! Date !! Content | ||
+ | |- | ||
+ | | 5.x.x | ||
+ | | x/x/20xx | ||
+ | | Initialization | ||
+ | |} | ||
+ | |||
+ | {{ZKComponentReferencePageFooter}} |
Revision as of 10:41, 10 May 2010
Tablelayout
Employment/Purpose
Space is a Separator with the orient default to "horizontal". In other words, <space> is equivalent to <separator orient="horizontal">
Example
Supported events
None | None |
Supported Children
*ALL
Use cases
Version | Description | Example Location |
---|---|---|
5.0+ |
Version History
Version | Date | Content |
---|---|---|
5.x.x | x/x/20xx | Initialization |