Panel
默认情况下, inPortallayout
可以最大化为Portalchildren
or 布局本身。
我怎样才能使Panel
布局Tablelayout
也可以最大化?
它对我有用。
<portallayout id="myptl" maximizedMode="whole">
<portalchildren style="padding: 5px" width="450px" id="column1">
<panel height="400px" title="Pie Chart Demo" border="normal"
collapsible="true" maximizable="true" style="margin-bottom:10px">
<panelchildren>
<iframe width="100%" height="100%"
src="/monitors/pie_chart_demo.zul" />
</panelchildren>
</panel>
</portalchildren>
</portallayout>