Portalchildren"

From Documentation
Line 53: Line 53:
 
  *[[ZK_Component_Reference/Containers/Panel | Panel]]
 
  *[[ZK_Component_Reference/Containers/Panel | Panel]]
  
=Use cases=
+
=Use Cases=
  
 
{| border='1px' | width="100%"
 
{| border='1px' | width="100%"

Revision as of 02:44, 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="30%">
		<panel height="150px" title="Google Tools">
			<panelchildren>...</panelchildren>
		</panel>
		<panel height="300px" title="LabPixies Clock">
			<panelchildren>...</panelchildren>
		</panel>
	</portalchildren>
	<portalchildren width="30%">
		<panel height="150px" title="Google Tools">
			<panelchildren>...</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.