I need to write some action based on the refresh button in the Paging toolbar. How can I override the doRefresh() method?
this.bbar=Ext.create('Ext.PagingToolbar', {
store: store,
displayInfo: true,
displayMsg: 'Displaying records {0} - {1} of {2}',
emptyMsg: "No topics to display"
});
If you just want to do is once use
or for all pagebars.
Note that if you doing so you have to double check it each time you update the EXTJS core to ensure functionality!