Rowchildren

From Documentation
Revision as of 07:28, 6 May 2015 by Jameschu (talk | contribs) (Created page with "{{ZKComponentReferencePageHeader}} = Rowchildren = *Demonstration: [http://www.zkoss.org/zkdemo/layout/portal_layout Portallayout] *Java API: <javadoc>org.zkoss.zkmax.zul.Porta...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Rowchildren

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 : 2015/05/06


Version Date Content
     



Last Update : 2015/05/06

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