panelchildren

Purpose

Panelchildren is used for Panel component to manage each child who will be shown in the body of Panel. Note that the size of Panelchildren is automatically calculated by Panel so both setWidth(String) and setHeight(String) are read-only.

Examples

<z:panel height="100px" width="200px" style="margin-bottom:10px" title="Panel1"
        border="normal" maximizable="true" collapsible="true">
    <z:panelchildren>PanelContent1</z:panelchildren>
</z:panel>
<z:panel height="100px" width="200px" framable="true" title="Panel2" border="normal"
        maximizable="true" style="margin-bottom:10px">
    <z:panelchildren>PanelContent2</z:panelchildren>
</z:panel>

Description

Attributes

ZK Official Reference

Component Reference

Show panelchildren Component Reference

Java API

Show panelchildren Java API