Panelchildren"
From Documentation
Line 13: | Line 13: | ||
= Example = | = Example = | ||
+ | [[Image:ZKComRef_Panel_Simple_Examples.PNG]] | ||
− | + | <source lang="xml" > | |
− | + | <panel height="100px" width="200px" style="margin-bottom:10px" | |
+ | title="Panel1" border="normal" maximizable="true" | ||
+ | collapsible="true"> | ||
+ | <panelchildren>PanelContent1</panelchildren> | ||
+ | </panel> | ||
+ | <panel height="100px" width="200px" framable="true" title="Panel2" | ||
+ | border="normal" maximizable="true" style="margin-bottom:10px"> | ||
+ | <panelchildren>PanelContent2</panelchildren> | ||
+ | </panel> | ||
+ | </source> | ||
=Supported events= | =Supported events= |
Revision as of 08:16, 23 April 2010
Panel Children
- Demonstration: Panel
- Java API: Panelchildren
- JavaScript API: Panelchildren
Employment/Purpose
Example
<panel height="100px" width="200px" style="margin-bottom:10px"
title="Panel1" border="normal" maximizable="true"
collapsible="true">
<panelchildren>PanelContent1</panelchildren>
</panel>
<panel height="100px" width="200px" framable="true" title="Panel2"
border="normal" maximizable="true" style="margin-bottom:10px">
<panelchildren>PanelContent2</panelchildren>
</panel>
Supported events
Text | Text |
Supported Children
*ALL
Use cases
Version | Description | Example Location |
---|---|---|
5.0+ | Text | Text |
Version History
Version | Date | Content |
---|---|---|
5.x.x | x/x/20xx | Initialization |