【发布时间】:2012-11-30 03:19:32
【问题描述】:
我需要根据分页工具栏中的刷新按钮编写一些操作。如何覆盖doRefresh() 方法?
this.bbar=Ext.create('Ext.PagingToolbar', {
store: store,
displayInfo: true,
displayMsg: 'Displaying records {0} - {1} of {2}',
emptyMsg: "No topics to display"
});
【问题讨论】: