gpt4 book ai didi

javascript - EXTJS5 MVVM : Get global controller from view controller

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:05:29 25 4
gpt4 key购买 nike

从一个全局 Controller ,我可以很容易地得到对另一个全局 Controller 的引用

this.getController('TargetController');

但是,在 View Controller 的上下文中,我如何才能获得对同一 Controller 的引用?即:

Ext.define('myCoolApp.view.SomeNeatController', {
extend: 'Ext.app.ViewController',
alias: 'controller.someneat',

// this is bound to a button click event, let's say.
onClick: function(button) {

// How to get a reference to a global controller here?
// this.getController('TargetController'); is not defined
// on the view controller....

}

});

可能缺少一些简单的东西,但我们将不胜感激。

最佳答案

在您的命名空间上调用 getController 应该有效:

myCoolApp.app.getController('TargetController');`

关于javascript - EXTJS5 MVVM : Get global controller from view controller,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24121407/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com