Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 TabPanel,其中 TabPanel 包含两部分,一部分包含有关图像的详细信息,而下部分包含使用 Panel 创建的图像。现在图像在 IE8 中不可读(尺寸较小),所以我想增加 Tabpanel 中 Imagepanel 的大小。我怎样才能做到这一点?
谢谢,
拉吉
var tabs = new Ext.TabPanel({ activeTab : 0, autoScroll: true, width:200, height: 200, items:[] });