Orgchildren"

From Documentation
Line 9: Line 9:
  
 
= Example =
 
= Example =
 +
<source language="xml">
 +
<organigram>
 +
<orgchildren>
 +
<orgitem label="Item1">
 +
<orgchildren>
 +
<orgitem label="Item2">
 +
<orgchildren>
 +
<orgitem label="Item3"/>
 +
<orgitem label="Item4"/>
 +
</orgchildren>
 +
</orgitem>
 +
</orgchildren>
 +
</orgitem>
 +
</orgchildren>
 +
</organigram>
 +
</source>
  
 
= Supported Events =
 
= Supported Events =

Revision as of 07:09, 8 August 2018

Orgchildren

Employment/Purpose

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

Example

	<organigram>
		<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/08


Version Date Content
     



Last Update : 2018/08/08

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