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.
我是 Extjs 的新手,我正试图找到一种根据用户点击在面板之间切换的方法。
当用户单击按钮 1 时,应出现面板 1
当用户单击项目 1 时,应出现面板 2
当用户单击项目 2 时,应该出现面板 3
不能让它工作。我不确定如何使用“setActiveItem”并使面板正确切换
将您的 control() 引用更改为
this.control({ '#mi_1': ... })