日期:2014-05-16 浏览次数:20369 次
bbar: new Ext.PagingToolbar({
pageSize: 25,
store: store,
displayInfo: true,
displayMsg: 'Displaying topics {0} - {1} of {2}',
emptyMsg: "No topics to display",
onFirstLayout : function(){//增加这个配置
if(this.dsLoaded){
this.onLoad.apply(this, this.dsLoaded);
}
if(this.rendered && this.refresh){
this.refresh.hide();
}
}
})