Possiblity of disabling the tabs on the ribbon
-
27 aprilie 2012 12:34
Hi,
I want to disable the default options like Edit Item and Delete Item on the ribbon for a list. Is it possible to do that? Please help someone to solve that.
Thanks in advance.
Toate mesajele
-
27 aprilie 2012 12:54
One way to do is using the JavaScript. Check the following post.
http://makarandrkulkarni.blogspot.ca/2010/01/sharepoint-2010-ribbon-customization_23.html
Amit
-
27 aprilie 2012 13:38
Hi VidyaPai,
You can set the permissions on that particlular list for users to Read.
If user can Add list item and dont have rights to Edit and Delete them then you have to create a custom permission level and create a SharePoint group with that permissions. Add User Group to that list.
To create a custom permission level read my article @ http://stsadm2010.blogspot.in/2011/09/create-custom-permission-level-in.html
MCTS
My Blog
Twitter @jaggavivek- Marcat ca răspuns de GuYumingMicrosoft Contingent Staff, Moderator 30 aprilie 2012 03:23
-
27 aprilie 2012 13:48
You can create a feature and use the HideCustomAction element to hide whatever action you want (see http://msdn.microsoft.com/en-us/library/ms414790.aspx).
The list of default actions is in http://msdn.microsoft.com/en-us/library/bb802730.aspx and http://msdn.microsoft.com/en-us/library/ee537543.aspx.
Cheers
Alex Ferreira :: Blog: http://sharepointsofview.blogspot.com/ :: Twitter: @alexaem
- Marcat ca răspuns de GuYumingMicrosoft Contingent Staff, Moderator 30 aprilie 2012 03:35
-
16 mai 2012 10:22
Hi all
Thanks for your response. It helped me to solve my issue.