Portalchildren"
From Documentation
Line 15: | Line 15: | ||
= Example = | = Example = | ||
− | [[Image: | + | [[Image:ZKComRef_Portallayout_Example.PNG]] |
+ | |||
<source lang="xml" > | <source lang="xml" > | ||
− | < | + | <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> |
− | |||
− | |||
− | |||
− | < | ||
− | </ | ||
− | < | ||
− | < | ||
− | |||
− | </ | ||
− | </ | ||
− | </ | ||
</source> | </source> | ||
Revision as of 10:57, 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
Fisheye
Use cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|
5.0.2 | 5/18/2010 | Initialization |