Rowchildren"
From Documentation
(Created page with "{{ZKComponentReferencePageHeader}} = Rowchildren = *Demonstration: [http://www.zkoss.org/zkdemo/layout/portal_layout Portallayout] *Java API: <javadoc>org.zkoss.zkmax.zul.Porta...") |
m ((via JWB)) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
= Rowchildren = | = Rowchildren = | ||
− | + | *Java API: <javadoc>org.zkoss.zkmax.zul.Rowchildren</javadoc> | |
− | *Java API: <javadoc>org.zkoss.zkmax.zul. | + | *JavaScript API: <javadoc directory="jsdoc">zkmax.layout.Rowchildren</javadoc> |
− | *JavaScript API: <javadoc directory="jsdoc">zkmax.layout. | + | *Style Guide: [[ZK_Style_Guide/XUL_Component_Specification | Rowchildren]] |
− | *Style Guide: [[ZK_Style_Guide/XUL_Component_Specification | ||
*{{ZK EE}} | *{{ZK EE}} | ||
= Employment/Purpose = | = Employment/Purpose = | ||
− | The column of [[ZK_Component_Reference/Layouts/ | + | The column of [[ZK_Component_Reference/Layouts/Rowlayout | Rowlayout]]. |
− | + | =Properties= | |
− | = | + | == Colspan == |
− | + | By default, the colspan of Rowchildren is 1. | |
+ | <source lang="xml"> | ||
+ | <rowlayout> | ||
+ | <rowchildren colspan="10"> | ||
+ | <window border="normal" title="colspan=10"/> | ||
+ | </rowchildren> | ||
+ | </rowlayout> | ||
+ | </source> | ||
− | + | == Offset == | |
− | + | ||
− | + | By default, the offset of Rowchildren is 0. | |
− | + | ||
− | + | <source lang="xml"> | |
− | + | <rowlayout> | |
− | + | <rowchildren offset="10"> | |
− | + | <window border="normal" title="offset=10"/> | |
− | + | </rowchildren> | |
− | + | </rowlayout> | |
− | |||
− | |||
− | |||
− | < | ||
− | |||
− | < | ||
− | |||
− | |||
− | |||
− | |||
− | </ | ||
− | </ | ||
</source> | </source> | ||
=Supported Events= | =Supported Events= | ||
− | {| | + | {| class='wikitable' | width="100%" |
! <center>Name</center> | ! <center>Name</center> | ||
! <center>Event Type</center> | ! <center>Event Type</center> | ||
Line 55: | Line 49: | ||
|} | |} | ||
*Inherited Supported Events: [[ZK_Component_Reference/Base_Components/XulElement#Supported_Events | XulElement]] | *Inherited Supported Events: [[ZK_Component_Reference/Base_Components/XulElement#Supported_Events | XulElement]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=Version History= | =Version History= | ||
{{LastUpdated}} | {{LastUpdated}} | ||
− | {| | + | {| class='wikitable' | width="100%" |
! Version !! Date !! Content | ! Version !! Date !! Content | ||
|- | |- |
Latest revision as of 13:13, 7 January 2022
Rowchildren
- Java API: Rowchildren
- JavaScript API: Rowchildren
- Style Guide: Rowchildren
- Available for ZK:
Employment/Purpose
The column of Rowlayout.
Properties
Colspan
By default, the colspan of Rowchildren is 1.
<rowlayout>
<rowchildren colspan="10">
<window border="normal" title="colspan=10"/>
</rowchildren>
</rowlayout>
Offset
By default, the offset of Rowchildren is 0.
<rowlayout>
<rowchildren offset="10">
<window border="normal" title="offset=10"/>
</rowchildren>
</rowlayout>
Supported Events
None | None |
- Inherited Supported Events: XulElement
Version History
Version | Date | Content |
---|---|---|