共享点列表字段的上下文菜单

发布于 2024-11-01 22:07:54 字数 103 浏览 0 评论 0原文

是否可以将上下文菜单设置为共享点列表中的任何字段,类似于为带有链接和编辑菜单的标题字段显示的菜单?我还需要权限来配置(添加/删除)上下文菜单中可用的选项。有什么建议吗?

谢谢!

Is it possible to set context menu to any fields in a sharepoint list, similar to the one dispalyed for the title field with link and edit menu ? Also i need the previlige to configure(add/remove) the options available in the context menu.Any suggestions?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

疯狂的代价 2024-11-08 22:07:54

没有现成的选项可以将上下文菜单附加到不同的字段,但有一个使用 powershell 的解决方案: http://www.ilovesharepoint.com/2008/08/add-sharepoint-list-item-context-menu.html

添加选项可以通过在功能中放置自定义操作来完成上下文菜单:http://blog.thekid.me.uk/archive/2007/06/23/sample-editcontrolblock-customaction-for-sharepoint.aspx

您可以做一些事情从上下文菜单中删除选项: http://metahat .blogspot.com/2007/01/hiding-sharepoint-2007-list-context.html
但请注意,不支持编辑 OOB javascript 文件,这不是一个好的做法!

There's no out-of-the-box option to attach the context menu to a different field, but there is a solution using powershell: http://www.ilovesharepoint.com/2008/08/add-sharepoint-list-item-context-menu.html

Adding options to the context menu can be done by putting a custom action in a feature: http://blog.thekid.me.uk/archive/2007/06/23/sample-editcontrolblock-customaction-for-sharepoint.aspx

There are things you can do to remove options from the context menu: http://metahat.blogspot.com/2007/01/hiding-sharepoint-2007-list-context.html
However be aware that editing the OOB javascript files is NOT supported and NOT good practice!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文