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.
我正在创建一个 FormPanel,其中包含一些字段和两个按钮,并将其托管在弹出模式窗口中。FormPanel 有一个默认的“form”布局,Window 有一个“fit”。我事先不知道面板的最佳尺寸。我希望能够以编程方式调整包含窗口的大小以完全显示 FormPanel。我想这一切都归结为询问布局管理器的最佳面板尺寸是多少,但我还没有找到任何方法来做到这一点。我正在使用 ExtJS 3.4。
尝试调整窗口大小以适应表单面板的高度和宽度,例如
window.resizeTo(form.getWidth(),form.getHeight());