JQuery Flexigrid 更改标签编辑
如何将标签编辑更改为其他文本?通常标签是添加、编辑、删除。当用户单击此链接时,我将更改编辑以查看或显示为我的目标,它将转到编辑表单,但所有字段都是只读的(用户无法编辑数据),因此编辑标题时看起来很奇怪
How to change label edit to another text? Normally the label is Add, Edit, Delete. I will change edit to view or display as my goal when user click on this link, it will go to edit form but all field are readonly (user unable to edit data) so it looks strange when the title is edit
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许这可以帮助你,
你可以在 $('#form').dialog("option","title",title); 行看到
它会改变标签
maybe this can help u
u can see at line $('#form').dialog("option","title",title);
it will change label