TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ravi Kumar
1.5k
191
20.3k
I Need to hide/disable "Modify View" button in ribbon
Sep 1 2015 6:36 AM
Dear All,
I have a scenario like i need to hide a "Modify View" Button from ribbon control for all users except spadmin/system account.
I have made hidden through CSS
<style type="text/css">
#Ribbon\.Library\.CustomViews\.ModifyView-Medium
{
display:none;
}
</style>
I have used security trimmed control in master page
<Sharepoint:SPSecurityTrimmedControl runat
=
”server” Permissions
=
”
FullMask
”>
Only users with FullMask permissions will be able to see this content.
<style type="text/css">
#Ribbon\.Library\.CustomViews\.ModifyView-Medium
{
display:block;
}
</style>
<
/
SharePoint:SPSecurityTrimmedControl>
Tried with changing
Permissions
to
"
ManageWeb
"
and etc.
i reffered this for permissions
http://www.robertkuzma.com/2011/03/security-trimmed-controls-in-sharepoint/
Have not found any solution please kindly help me out.
Many thanks in advance.
Regards,
Ravi Kumar S
Reply
Answers (
5
)
Search doesn't return all results in SharePoint Online
Changes Record Declaration Settings using CSOM