Separator"
From Documentation
Tmillsclare (talk | contribs) m (Created page with 'init') |
Jumperchen (talk | contribs) m |
||
Line 1: | Line 1: | ||
− | + | {{ZKComponentReferencePageHeader}} | |
+ | |||
+ | = Separator = | ||
+ | *Demonstration: N/A | ||
+ | *Java API: <javadoc>org.zkoss.zul.Separator</javadoc> | ||
+ | *JavaScript API: <javadoc directory="jsdoc">zul.wgt.Separator</javadoc> | ||
+ | |||
+ | = Employment/Purpose = | ||
+ | Defines a set of footers ( | ||
+ | [[ZK_Component_Reference/Data/Grid/Footer | Footer]]) for a grid ( | ||
+ | [[ZK_Component_Reference/Data/Grid | Grid]]). | ||
+ | |||
+ | |||
+ | = Example = | ||
+ | |||
+ | [[Image:ZKComRef_Separator_Example.png ]] | ||
+ | |||
+ | <source lang="xml" > | ||
+ | line 1 by separator | ||
+ | <separator /> | ||
+ | line 2 by separator | ||
+ | <separator /> | ||
+ | line 3 by separator | ||
+ | <space bar="true" /> | ||
+ | another piece | ||
+ | <separator spacing="20px" /> | ||
+ | line 4 by separator | ||
+ | <space bar="true" spacing="20px" /> | ||
+ | another piece | ||
+ | </source> | ||
+ | |||
+ | =Supported events= | ||
+ | |||
+ | {| border="1" | width="100%" | ||
+ | ! <center>Name</center> | ||
+ | ! <center>Event Type</center> | ||
+ | |- | ||
+ | | None | ||
+ | | None | ||
+ | |} | ||
+ | |||
+ | =Supported Children= | ||
+ | |||
+ | *NONE | ||
+ | |||
+ | =Use cases= | ||
+ | |||
+ | {| border='1px' | width="100%" | ||
+ | ! Version !! Description !! Example Location | ||
+ | |- | ||
+ | | 5.0+ | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | =Version History= | ||
+ | |||
+ | {| border='1px' | width="100%" | ||
+ | ! Version !! Date !! Content | ||
+ | |- | ||
+ | | 5.0.1 | ||
+ | | 04/30/2010 | ||
+ | | Initialization | ||
+ | |} | ||
+ | |||
+ | {{ZKComponentReferencePageFooter}} |
Revision as of 07:50, 30 April 2010
Separator
Employment/Purpose
Defines a set of footers ( Footer) for a grid ( Grid).
Example
line 1 by separator
<separator />
line 2 by separator
<separator />
line 3 by separator
<space bar="true" />
another piece
<separator spacing="20px" />
line 4 by separator
<space bar="true" spacing="20px" />
another piece
Supported events
None | None |
Supported Children
- NONE
Use cases
Version | Description | Example Location |
---|---|---|
5.0+ |
Version History
Version | Date | Content |
---|---|---|
5.0.1 | 04/30/2010 | Initialization |