开发者

Survey Permissions to hide Action Bar in Sharepoint

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 Actio开发者_Go百科n bar is still available. Is there any chance to hide "Action bar" for limited permission users?


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.


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

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

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜