Rowchildren
From Documentation
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 |
---|---|---|