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()