Refresh button in paging toolbar can be overridden to write you own logic
{
xtype: 'pagingtoolbar',
doRefresh: function(){
if(arguments.length>0){
//callfromclickingonrefreshbutton
}else{
//whenyoucalldoRefreshexplicitytorefreshthelistExt.toolbar.Paging.prototype.doRefresh.apply(this,
arguments);
}
}
}
No comments:
Post a Comment