if (Ext.MessageBox) {
Ext.MessageBox.buttonText = {
ok : "确定",
cancel : "取消",
yes : "是",
no : "否"
};
}
if (Ext.PagingToolbar) {
Ext.apply(Ext.PagingToolbar.prototype, {
displayMsg : '显示第{0}条到{1}条记录,共{2}条',
emptyMsg : "无记录!",
beforePageText : '第',
afterPageText : '页 共{0}页',
firstText : '首页',
prevText : '上一页',
nextText : '下一页',
lastText : '尾页',
refreshText : '刷新'
});
}