调查在 Sharepoint 中隐藏操作栏的权限

发布于 2024-11-18 21:12:34 字数 80 浏览 6 评论 0原文

我做了一项调查,并授予某些用户贡献回答调查的权限。 看来,即使您授予用户“读取”权限,操作栏仍然可用。 是否有机会为有限权限的用户隐藏“操作栏”?

I made a survey and gave to certain user Contribute permission to answer the survey.
Appears that even if you give to user "Read" permissions Action bar is still available.
Is there any chance to hide "Action bar" for limited permission users?

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

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

发布评论

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

评论(2

小…红帽 2024-11-25 21:12:34

我最近为业务团队做了一次内网调查。我只给出了“回复此调查”给出的链接。 EditForm.aspx 和 NewForm.aspx 有一个具有低级别显示的自定义母版页。

对于操作菜单,您可以通过设置权限级别来个性化按钮(例如:取消选择站点权限权限使用远程接口使用客户端集成功能< /em> 以隐藏提取到 Excel 数据表操作按钮。

I recently made an intranet survey for the business team. I only gave the link gave by "Respond to this survey". The EditForm.aspx and NewForm.aspx had a custom master page with low level display.

For the action menu, you can personnalize button by setting permission level (for example : you deselect on Site permissions the permissions Use remote interface and Use Client Integration Features in order to hide the extract to excel datasheet action button.

岁月打碎记忆 2024-11-25 21:12:34

您可以使用一些临时解决方案,例如使用 JQuery 来隐藏它。使用方法如下:

$(".ms-menutoolbar td:eq(2)").hide();

You may use some temporary solution like using JQuery to hide it. Use as follows:

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