Treecol"
From Documentation
Tmillsclare (talk | contribs) m |
|||
Line 3: | Line 3: | ||
= Treecol = | = Treecol = | ||
− | *Demonstration: | + | *Demonstration: N/A |
*Java API: <javadoc>org.zkoss.zul.Treecol</javadoc> | *Java API: <javadoc>org.zkoss.zul.Treecol</javadoc> | ||
*JavaScript API: <javadoc directory="jsdoc">zul.sel.Treecol</javadoc> | *JavaScript API: <javadoc directory="jsdoc">zul.sel.Treecol</javadoc> | ||
Line 55: | Line 55: | ||
=Supported Children= | =Supported Children= | ||
− | * | + | *NONE |
=Use cases= | =Use cases= | ||
Line 62: | Line 62: | ||
! Version !! Description !! Example Location | ! Version !! Description !! Example Location | ||
|- | |- | ||
− | | | + | | |
| | | | ||
| | | | ||
Line 72: | Line 72: | ||
! Version !! Date !! Content | ! Version !! Date !! Content | ||
|- | |- | ||
− | | 5.0. | + | | 5.0.2 |
| 05/11/2010 | | 05/11/2010 | ||
| Initialization | | Initialization |
Revision as of 03:58, 14 May 2010
Treecol
Employment/Purpose
A treecol is a top column of tree, Its parent must be Treecols.
Example
<window title="tree demo" border="normal" width="400px">
<tree id="tree" width="90%" rows="2">
<treecols sizable="true">
<treecol label="Name" />
<treecol label="Description" />
<treecol label="Remark" />
</treecols>
<treechildren>
<treeitem>
<treerow>
<treecell label="Item 1" />
<treecell label="Item 1 description" />
<treecell label="Item 1 remark" />
</treerow>
<treechildren>
<treeitem>
<treerow>
<treecell label="Item 1.2" />
<treecell label="Item 1.2 description" />
</treerow>
</treeitem>
</treechildren>
</treeitem>
</treechildren>
</tree>
</window>
Supported events
None | None |
Supported Children
*NONE
Use cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|
5.0.2 | 05/11/2010 | Initialization |