Panel
默认情况下,Portallayout
可以最大化为Portalchildren
或布局。
如何才能使Panel
中的Tablelayout
最大化到布局?
答案 0 :(得分:-1)
<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>