Cell"
From Documentation
Tmillsclare (talk | contribs) |
Jumperchen (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | {{ZKComponentReferencePageHeader}} | |
+ | |||
+ | = Cell = | ||
+ | |||
+ | *Demonstration: [http://docs.zkoss.org/wiki/ZK_5:_Frozen_Column%2C_In-place_Editing_and_Rowspan#Live_Demo Live Demo] | ||
+ | *Java API: <javadoc>org.zkoss.zul.Cell</javadoc> | ||
+ | *JavaScript API: <javadoc directory="jsdoc">zul.wgt.Cell</javadoc> | ||
+ | |||
+ | = Employment/Purpose = | ||
+ | |||
+ | The generic cell component to be embedded into <javadoc>org.zkoss.zul.Row</javadoc> or <javadoc>org.zkoss.zul.Vbox</javadoc> or <javadoc>org.zkoss.zul.Hbox</javadoc> for fully control style and layout. | ||
+ | |||
+ | |||
+ | = Example = | ||
+ | <source lang="zul"> | ||
+ | <row> | ||
+ | <cell sclass="years" rowspan="12"> | ||
+ | ... | ||
+ | </cell> | ||
+ | </row> | ||
+ | </source> | ||
+ | |||
+ | |||
+ | |||
+ | =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 | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | =Version History= | ||
+ | |||
+ | {| border='1px' | width="100%" | ||
+ | ! Version !! Date !! Content | ||
+ | |- | ||
+ | | 5.0.2 | ||
+ | | 5/19/2010 | ||
+ | | Initialization | ||
+ | |} | ||
+ | |||
+ | {{ZKComponentReferencePageFooter}} |
Revision as of 03:24, 18 May 2010
Cell
Employment/Purpose
The generic cell component to be embedded into Row or Vbox or Hbox for fully control style and layout.
Example
<row>
<cell sclass="years" rowspan="12">
...
</cell>
</row>
Supported events
None | None |
Supported Children
*ALL
Use cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|
5.0.2 | 5/19/2010 | Initialization |