分页栏居右、布局调整、样式美化

This commit is contained in:
thinkgem
2024-02-23 14:16:34 +08:00
parent 0b6f5e285a
commit be19b92e82
17 changed files with 61 additions and 10 deletions

View File

@@ -14,9 +14,13 @@ $.extend($.jgrid,{
btnHideSearch: 'Hide Search',
expandTooMany: 'You need to expand the "{0}" node, because there are too many nodes, and the execution is canceled.',
pageTitle: 'Click the number, you can fill in the page number of pages, press enter to take effect!',
pageLabelA: 'Page',
pageLabelB: ' / ',
pageLabelC: 'of {0}',
// pageLabelA: 'Page',
// pageLabelB: ' / ',
// pageLabelC: 'of {0}',
pageLabelA: 'total of {0}',
pageLabelB: '',
pageLabelC: '/ page, Go to ',
pageLabelD: ''
},
defaults : {
recordtext: "View {0} - {1} of {2}",

View File

@@ -14,9 +14,13 @@ $.extend($.jgrid,{
btnHideSearch: '隠匿',
expandTooMany: '今回は“{0}”のノードを展開しなければならない。展開ノードが多すぎるため、キャンセルが実行される。',
pageTitle: '数字をクリックすると、ページ番号とページ数を入力して、リターンカーを押して有効になります。!',
pageLabelA: '現在の',
pageLabelB: 'ページは,各ページ',
pageLabelC: '枚,全部 で{0} つ',
// pageLabelA: '現在の',
// pageLabelB: 'ページは,各ページ',
// pageLabelC: '枚,全部 で{0} つ',
pageLabelA: '計 {0}',
pageLabelB: '',
pageLabelC: 'ページ',
pageLabelD: 'へ行き'
},
defaults : {
recordtext: "View {0} - {1} of {2}",

View File

@@ -14,9 +14,13 @@ $.extend($.jgrid,{
btnHideSearch: '隐藏',
expandTooMany: '本次需要展开“{0}”个节点,因为展开节点过多,执行取消。',
pageTitle: '点击数字,可填写页码和每页条数,按回车即可生效!',
pageLabelA: '当前',
pageLabelB: '页,每页',
pageLabelC: '条,共 {0} 条',
// pageLabelA: '当前',
// pageLabelB: '页,每页',
// pageLabelC: '条,共 {0} 条',
pageLabelA: '共 {0} 条数据',
pageLabelB: '每页',
pageLabelC: '条,跳至',
pageLabelD: '页'
},
defaults : {
recordtext: "{0} - {1}\u3000共 {2} 条", // 共字前是全角空格

View File

@@ -10,6 +10,19 @@
**/
$.jgrid = $.jgrid || {};
$.extend($.jgrid,{
extend : {
btnSearch: '查詢',
btnHideSearch: '隱藏',
expandTooMany: '本次需要展開“{0}”個節點,因爲展開節點過多,執行取消。',
pageTitle: '點擊數字,可填寫頁碼和每頁條數,按回車即可生效!',
// pageLabelA: '當前',
// pageLabelB: '頁,每頁',
// pageLabelC: '條,共 {0} 條',
pageLabelA: '共 {0} 條數據',
pageLabelB: '每頁',
pageLabelC: '條,跳至',
pageLabelD: '頁'
},
defaults : {
recordtext: "{0} - {1} 共 {2} 條",
emptyrecords: "沒有記錄",