ext 国际化

Ext.onReady(function(){

//国际化

var msgBox = Ext.MessageBox;

Ext.each(msgBox.msgButtons, function(btn, index){

btn.setText(msgBox.buttonText[msgBox.buttonIds[index]]);

});

});

猜你喜欢

转载自javaeedevelop.iteye.com/blog/1235008