Orgchildren"

From Documentation
m ((via JWB))
 
(4 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
*Java API: <javadoc>org.zkoss.zkmax.zul.Orgchildren </javadoc>
 
*Java API: <javadoc>org.zkoss.zkmax.zul.Orgchildren </javadoc>
 
*JavaScript API: <javadoc directory="jsdoc">zkmax.layout.Orgchildren </javadoc>
 
*JavaScript API: <javadoc directory="jsdoc">zkmax.layout.Orgchildren </javadoc>
 +
 +
{{ZK EE}}
 +
{{versionSince| 8.6.0}}
  
 
= Employment/Purpose =
 
= Employment/Purpose =
  
<tt>Orgchildren </tt>contains a collection of Orgitem components. It is main body of the <tt>Organigram </tt>and it also the main body of an <tt>Orgitem</tt>'s children.
+
<code>Orgchildren </code>contains a collection of Orgitem components. It is main body of the <code>Organigram </code>and it also the main body of an <code>Orgitem</code>'s children.
  
 
= Example =
 
= Example =
 +
 +
[[Image:Orgchildren example.png]]
 
<source language="xml">
 
<source language="xml">
<organigram>
+
<organigram width="600px">
 
<orgchildren>
 
<orgchildren>
 
<orgitem label="Item1">
 
<orgitem label="Item1">
Line 29: Line 34:
 
= Supported Events =
 
= Supported Events =
  
{| border="1" | width="100%"
+
{| class='wikitable' | width="100%"
 
! <center>Name</center>
 
! <center>Name</center>
 
! <center>Event Type</center>
 
! <center>Event Type</center>
Line 46: Line 51:
 
{{LastUpdated}}
 
{{LastUpdated}}
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-

Latest revision as of 07:50, 14 January 2022

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 : 2022/01/14


Version Date Content
     



Last Update : 2022/01/14

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