Turn off tape

I want to disable and NOT hide the ribbon button (in particular, Ribbon.ListItem.New.NewListItem) for a specific type of list. On the Internet, I could find many posts showing ways to remove / hide the buttons, but it really doesn’t cost anything, which could tell me how I can simply disable the existing sharepoint alrteady button in my custom list type.

eg. The following code removes the button instead of hiding it.

Id = "RemoveRibbonButton" RegistrationType = "List" RegistrationID = "213908" Location = "CommandUI.Ribbon">

+3
source share
1 answer

This can be done through Javascript on the client side. Check out this article for an example. http://makarandrkulkarni.blogspot.com/2010/01/sharepoint-2010-ribbon-customization_23.html

0
source

All Articles