Portalchildren"

From Documentation
Line 21: Line 21:
 
<source lang="xml" >
 
<source lang="xml" >
 
<portallayout>
 
<portallayout>
<portalchildren width="30%">
+
<portalchildren width="50%">
<panel height="150px" title="Google Tools">
+
<panel height="150px" title="Yahoo">
<panelchildren>...</panelchildren>
+
<panelchildren>
 +
<iframe width="100%" src="http://www.yahoo.com/"/>
 +
</panelchildren>
 
</panel>
 
</panel>
<panel height="300px" title="LabPixies Clock">
+
<panel height="300px" title="Google">
<panelchildren>...</panelchildren>
+
<panelchildren>
 +
<iframe width="100%" src="http://www.google.com/"/>
 +
</panelchildren>
 
</panel>
 
</panel>
 
</portalchildren>
 
</portalchildren>
<portalchildren width="30%">
+
<portalchildren width="50%">
<panel height="150px" title="Google Tools">
+
<panel height="150px" title="ZK">
<panelchildren>...</panelchildren>
+
<panelchildren>
 +
<iframe width="100%" src="http://www.zkoss.org/"/>
 +
</panelchildren>
 
</panel>
 
</panel>
 
</portalchildren>
 
</portalchildren>

Revision as of 02:45, 26 November 2010

Portalchildren

Employment/Purpose

The column of Portallayout

Child of Portalchildren can only be Panel

Example

ZKComRef Portallayout Example.PNG


<portallayout>
	<portalchildren width="50%">
		<panel height="150px" title="Yahoo">
			<panelchildren>
				<iframe width="100%" src="http://www.yahoo.com/"/>
			</panelchildren>
		</panel>
		<panel height="300px" title="Google">
			<panelchildren>
				<iframe width="100%" src="http://www.google.com/"/>
			</panelchildren>
		</panel>
	</portalchildren>
	<portalchildren width="50%">
		<panel height="150px" title="ZK">
			<panelchildren>
				<iframe width="100%" src="http://www.zkoss.org/"/>
			</panelchildren>
		</panel>
	</portalchildren>
</portallayout>

Supported Events

Name
Event Type
None None

Supported Children

* Panel

Use Cases

Version Description Example Location
     

Version History

Last Update : 2010/11/26


Version Date Content
     



Last Update : 2010/11/26

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