解決ext4.0 語言問題

<script type="text/javascript" src="${base}/plugin/ext/bootstrap.js"></script>
<script type="text/javascript" src="${base}/plugin/ext/locale/ext-lang-zh_CN.js"></script>
<script>



Ext.onReady(function(){  
			    var msgBox = Ext.MessageBox;  
			    Ext.each(msgBox.msgButtons, function(btn, index){  
			        btn.setText(msgBox.buttonText[msgBox.buttonIds[index]]);  
			    });  
			});  
</script>








發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章