Orgchildren"

From Documentation
Line 13: Line 13:
  
 
= Example =
 
= Example =
 +
 +
[[Image:Orgchildren example.png]]
 
<source language="xml">
 
<source language="xml">
<organigram>
+
<organigram width="600px">
 
<orgchildren>
 
<orgchildren>
 
<orgitem label="Item1">
 
<orgitem label="Item1">

Revision as of 07:16, 15 August 2018

Orgchildren

  • Available for ZK:
  • http://www.zkoss.org/product/zkhttp://www.zkoss.org/whyzk/zkeeVersion ee.png
[Since 8.6.0]

Employment/Purpose

Orgchildren contains a collection of Orgitem components. It is main body of the Organigram and it also the main body of an Orgitem's children.

Example

Orgchildren example.png

	<organigram width="600px">
		<orgchildren>
			<orgitem label="Item1">
				<orgchildren>
					<orgitem label="Item2">
						<orgchildren>
							<orgitem label="Item3"/>
							<orgitem label="Item4"/>
						</orgchildren>
					</orgitem>
				</orgchildren>
			</orgitem>
		</orgchildren>
	</organigram>

Supported Events

Name
Event Type
None None

Supported Children

* Orgitem

Version History

Last Update : 2018/08/15


Version Date Content
     



Last Update : 2018/08/15

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