将 DispForm.aspx 的链接替换为对 SharePoint 中 javascript 函数的调用
我在 SharePoint 中创建了一个日历视图,以显示每个职能团队本月必须处理的所有项目。我想要做的是将 dispform.aspx 的链接替换为脚本,以隐藏任何不与单击的项目共享项目名称的项目。
例子: 项目1运行时间为8月1日至8月15日 项目1运行时间为8月20日至8月25日 项目 2 从 8 月 15 日到 8 月 26 日运行。
当用户单击项目 1 列表项中的任何一个时,我想运行我的脚本来隐藏项目 2。
问题是我找不到方法来停止对项目 1 的调用。单击该项目时的 DispForm.aspx 页面。
编辑:回答了我自己的帖子:找到此链接以禁用链接+将javascript添加到OnClick事件
I made a Calendar View in SharePoint to show all the projects each functional team has to work on for the month. What I would like to do is replace the link to dispform.aspx with a script to hide any item that doesn't share a project name with the item clicked on.
Example:
Project 1 runs from August 1-August 15
Project 1 runs from August 20-August 25
Project 2 runs from August 15-August 26
When the user clicks on either of the Project 1 list items, I want to run my script to hide Project 2.
The issue is that I can't find a way to stop the call to the DispForm.aspx page when the item is clicked on.
EDIT: Answered my own post: Found this link to disable the links + add javascript to the OnClick event
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论