gpt4 book ai didi

javascript - jqGrid 更改默认警报文本

转载 作者:行者123 更新时间:2023-11-30 05:33:52 25 4
gpt4 key购买 nike

我想知道是否有办法将 jqGrid 删除对话框的默认文本消息“请选择行”更改为其他内容。当使用 msg 选项选择一行并使用 caption 选择标题时,我能够更改文本,但是,我似乎无法更改警报文本。

我查看了 grid.locale-en.js 文件并找到了。它在:

nav : {
edittext: "",
edittitle: "Edit selected row",
addtext:"",
addtitle: "Add new row",
deltext: "",
deltitle: "Delete selected row",
searchtext: "",
searchtitle: "Find records",
refreshtext: "Refresh",
refreshtitle: "Reload Grid",
alertcap: "Warning",
alerttext: "Please, select row", <-----
viewtext: "",
viewtitle: "View selected row"
},

我不想在 js 文件中更改它,因为其他页面使用不同的控件实例,因此消息需要不同。我尝试在我的 navGrid 选项中覆盖它,但这没有用。有什么想法吗?

最佳答案

尝试:

$.extend($.jgrid.nav,{alerttext:"Here my text for select row"});

Taken from here.

关于javascript - jqGrid 更改默认警报文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25165613/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com