Rowchildren"

From Documentation
Line 10: Line 10:
 
= Employment/Purpose =
 
= Employment/Purpose =
  
The column of [[ZK_Component_Reference/Layouts/Rowchildren | Rowchildren]]
+
The column of [[ZK_Component_Reference/Layouts/Rowlayout | Rowlayout]].
  
 
=Properties=
 
=Properties=

Revision as of 10:18, 18 May 2015

Rowchildren

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

Name
Event Type
None None

Version History

Last Update : 2015/05/18


Version Date Content
     



Last Update : 2015/05/18

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.