【发布时间】:2012-01-29 00:52:14
【问题描述】:
我是 GXT 的新手。即使我英语不好..
我对 GXT:BorderLayoutContainer 有疑问 (我使用 GXT 3.0.0 Beta.2)
我想在浏览器中填充 BodrderLayoutConatainer,但我不知道该怎么做。
在 GXT 2.4 中,我可以使用 Fitable,但是,3.0 没有 Fitable。
如何在 UiBinder 中执行此操作?(在 Xml 中)
提前致谢。
//我的来源
<container:SimpleContainer borders="true" styleName="style.test">
<container:BorderLayoutContainer borders="true" resize="false">
<container:north>
<gxt:ContentPanel resize="false" >
<button:TextButton text="north/contents/Button"></button:TextButton>
</gxt:ContentPanel>
</container:north>
<container:center>
<container:SimpleContainer resize="false" borders="true" >
<button:TextButton text="center/simple/Button" ></button:TextButton>
</container:SimpleContainer>
</container:center>
<container:south>
<button:TextButton text="ABC" borders="true"></button:TextButton>
</container:south>
</container:BorderLayoutContainer>
</container:SimpleContainer>
东菊
【问题讨论】: