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.
如何将控制从一个控制器“重定向”到另一个控制器?是通过事件/听众吗?
是的,事件/侦听器是一种方法。或者,您可以通过以下方式从应用程序中的任何位置调用任何控制器的任何方法:
Ext.getApplication().getController("your_target_controller").method_name()