Portalchildren"
From Documentation
Line 11: | Line 11: | ||
The column of [[ZK_Component_Reference/Layouts/Portallayout | Portallayout]] | The column of [[ZK_Component_Reference/Layouts/Portallayout | Portallayout]] | ||
− | Child of Portalchildren can only be [[ZK_Component_Reference/ | + | Child of Portalchildren can only be [[ ZK_Component_Reference/Containers/Panel | Panel]] |
= Example = | = Example = |
Revision as of 11:01, 18 May 2010
Portalchildren
- Demonstration: Portalchildren
- Java API: Portalchildren
- JavaScript API: Portalchildren
Employment/Purpose
The column of Portallayout
Child of Portalchildren can only be Panel
Example
<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
None | None |
Supported Children
Use cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|
5.0.2 | 5/18/2010 | Initialization |