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.
在我的 extjs4 视图中,我将 minimizable 设置为 true,但单击 min 按钮后,视图并未最小化。最大按钮正在工作。我是否需要为窗口设置其他属性才能使其工作?
感谢帮助。
这在文档中有介绍,所以我将在这里引用它:
True 显示“最小化”工具按钮并允许用户最小化窗口,false 隐藏按钮并禁止最小化窗口。请注意,此按钮不提供任何实现——最小化窗口的行为是特定于实现的,因此必须处理最小化事件并实现自定义最小化行为以使该选项有用。