Extjs4 节点刷新

ext4以前的节点刷新,只需要 node.reload()即可。extjs4进行了改变如下:
treepanel.store.load({
 node: refreshNode  //你要刷新的节点
})

你可能感兴趣的:(Extjs4 节点刷新)