更改每个 jqgrid 的导航器按钮标题
如何在每个网格的基础上更改导航器中标准按钮的标题(编辑、添加、删除)?我希望每个 jqGrid 的按钮上都有不同的标题和说明。
How do I change the title of a standard button (edit, add, delete) in the navigator on per grid basis? I want each jqGrid to have a different title and caption on that buttons.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 navGrid 方法的文档,其格式如下:
parameters
可以包含 $.jgrid.nav(请参阅语言相关文件i18n/grid.locale-en.js
中的默认值)。所以你可以使用例如Look at the documentation of navGrid method which has the form:
The
parameters
can include any value from $.jgrid.nav (see the default values in the language dependent filei18n/grid.locale-en.js
). So you can use for example