设置显示隐藏或排序Grid列的对话增加全选/取消全选复选框

This commit is contained in:
thinkgem
2021-01-02 09:35:27 +08:00
parent 8a1268d8a8
commit 06d75964db
4 changed files with 4 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ $.extend($.jgrid,{
viewtitle: "View selected row"
},
col : {
all: "Check all",
caption: "Select columns",
bSubmit: "Ok",
bCancel: "Cancel"

View File

@@ -85,6 +85,7 @@ $.extend($.jgrid,{
viewtitle: "View selected row"
},
col : {
all: "全テーマ",
caption: "\u5217\u3092\u8868\u793a\uff0f\u96a0\u3059",
bSubmit: "\u9001\u4fe1",
bCancel: "\u30ad\u30e3\u30f3\u30bb\u30eb"

View File

@@ -91,6 +91,7 @@ $.extend($.jgrid,{
viewtitle: "查看所选记录"
},
col : {
all: "全选",
caption: "选择列",
bSubmit: "确定",
bCancel: "取消"

View File

@@ -84,6 +84,7 @@ $.extend($.jgrid,{
viewtitle: "檢視已選列"
},
col : {
all: "全選",
caption: "選擇欄",
bSubmit: "確定",
bCancel: "取消"