TableChildren"
From Documentation
m (→Tablechildren) |
m (→Tablechildren) |
||
Line 6: | Line 6: | ||
*Java API: <javadoc>org.zkoss.zkmax.zul.Tablechildren</javadoc> | *Java API: <javadoc>org.zkoss.zkmax.zul.Tablechildren</javadoc> | ||
*JavaScript API: <javadoc directory="jsdoc">zkmax.layout.Tablechildren</javadoc> | *JavaScript API: <javadoc directory="jsdoc">zkmax.layout.Tablechildren</javadoc> | ||
+ | *Style Guide: [[ZK_Style_Guide/XUL_Component_Specification/Tablelayout | Tablelayout]] | ||
= Employment/Purpose = | = Employment/Purpose = |
Revision as of 11:01, 22 November 2010
Tablechildren
- Demonstration: Tablelayout
- Java API: Tablechildren
- JavaScript API: Tablechildren
- Style Guide: Tablelayout
Employment/Purpose
The cell of Tablelayout. The child component of Tablechildren only can be Panel.
Example
<tablelayout columns="2">
<tablechildren>
<panel title="Table 1" border="normal" maximizable="true"
collapsible="true" width="200px" height="200px">
<panelchildren>Panel Content</panelchildren>
</panel>
</tablechildren>
<tablechildren>
<panel title="Table 2" border="normal" maximizable="true"
collapsible="true" width="200px" height="200px">
<panelchildren>Panel Content</panelchildren>
</panel>
</tablechildren>
<tablechildren>
<panel title="Table 3" border="normal" maximizable="true"
collapsible="true" width="200px" height="200px">
<panelchildren>Panel Content</panelchildren>
</panel>
</tablechildren>
<tablechildren>
<panel title="Table 4" border="normal" maximizable="true"
collapsible="true" width="200px" height="200px">
<panelchildren>Panel Content</panelchildren>
</panel>
</tablechildren>
</tablelayout>
Supported Events
None | None |
- Inherited Supported Events: XulElement
Supported Children
* Panel
Use Cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|