extjs没有刷新整个页面的方法,但原生js有
Javascript刷新页面的几种方法:
1 history.go(0)
2 location.reload()
3 location=location
4 location.assign(location)
5 document.execCommand(‘Refresh‘)
6 window.navigate(location)
7 location.replace(location)
8 document.URL=location.href.
来源http://www.cnblogs.com/kingjiong/archive/2009/11/20/1607081.html
楼主所说的要求可以通过再次加载Store达到,store.reload();
当然,store对应的参数需要进行修改,不然页面不会变
extjs没有这个功能吧也就是只能用再重新返回这个本页面吧