【发布时间】:2015-08-25 07:24:45
【问题描述】:
我在 stackoverflow 上扫描了许多线程(this 和 this),但没有一个可以帮助我解决问题。所以,我有一个这样定义的商店:
Ext.define('fileseditor.store.fileseditorNavigStore',{
extend:'Ext.data.TreeStore',
...
我听说过 getter 并尝试在我的控制器中执行此操作:
init: function(){
this.getfileseditorNavigStoreStore().addListener('load', this.finishedLoading, this);
但这会导致错误this.getfileseditorNavigStoreStore is not a function。
【问题讨论】:
标签: extjs model-view-controller