我想刷新树的节点。
我尝试这样的东西刷新根,它起作用了:
this.getStore('MyTreeStore').load({ params: { id: this.getId().getValue()} });
但是现在我想只刷新一个Node而不是整个树。
答案 0 :(得分:2)
我找到的最佳回复是:this.getStore('MyTreeStore').load({ node: someNode});
答案 1 :(得分:-1)
this.getStore('t').getAt(0).load(this.getId().getValue())
仅为传递给load
(http://docs.sencha.com/ext-js/4-1/#!/api/Ext.data.Model-static-method-load)的记录加载数据