EasyUI Datagrid 顯示中文方式

2018-10-16 13:48 更新

1.引用中文架包 引用中文翻譯文件(easyui-lang-zh_CN.js)可以全部顯示為中文。

<script type="text/javascript" src="javascripts/easyui/locale/easyui-lang-zh_CN.js"></script>

2.利用easyui接口修改

function pagToo(tabId,count) {// 設(shè)置分頁(yè)控件 var p = $('#'+tabId).datagrid('getPager'); $(p).pagination('refresh', { total : count ? count : 0, beforePageText : '第', afterPageText : '頁(yè) 共 {pages} 頁(yè)', displayMsg : '當(dāng)前顯示 {from} - {to} 條記錄 共 {total} 條記錄', }); }

以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)