0
Panel
在Portallayout
中可以最大化爲Portalchildren
或默認佈局自身。如何使Tablelayout中的Panel在最大化時填充整個佈局?
如何才能使Tablelayout
中的Panel
可以最大化爲佈局?
Panel
在Portallayout
中可以最大化爲Portalchildren
或默認佈局自身。如何使Tablelayout中的Panel在最大化時填充整個佈局?
如何才能使Tablelayout
中的Panel
可以最大化爲佈局?
它爲我工作。
<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>
我知道這樣做,這就是爲什麼我問'Tablelayout':P – 2013-04-24 15:20:33
沒有你不能做Tablelayout。因爲tablelayout作爲xhtml tabe工作。 – Himanshu 2013-04-25 04:21:04
這就是爲什麼我問這個問題。 – 2013-04-25 05:23:47