0
votes
0answers
44 views

Hide SharePoint 2010 context menu [duplicate]

I am trying to hide the SharePoint 2010 context menu. I wrote the following code: $(document).ready(function(){ $('.ms-MenuUIPopupBody').live('blur', function() { ...
0
votes
0answers
54 views

How to group custom actions in ECB of a list / library

I created some custom actions and i want to group them together in some kind of group. So that you have before and after my group of actions a dotted line.
1
vote
2answers
643 views

How To Hide the “Check Out” from ECB Menu in 2007

I've tried all the Blog techniques but must be missing something. I need to hide the "Check Out" Edit Control Block Menu Item on a Form Library but I don't want to modify the Masterpage with a custom ...