Quantcast
Channel: SharePoint 2010 - General Discussions and Questions forum
Viewing all articles
Browse latest Browse all 17574

Not able to hide Context Menue of Document Library View Properties,Connect to Outlook in sharepoint 2010

$
0
0

Please help me to hide the context menue of document library

I tried to add following code in CEWP, but no worth

<script type="text/javascript">
   window.onload = function()
   {
     AddSendSubMenu = function (m,ctx) { }
     AddDocTransformSubMenu = function (m,ctx) { }
     AddWorkflowsMenuItem = function (m,ctx) { }
   }

</script

<script type="text/javascript">
window.onload = function() {
AddSharedNamespaceMenuItems = function (m,ctx)
{
}
}

Please help me all above code not working..

please tell me at least java script function from core.js to comment for specific content menue view properties and Connect to Outlook.

Please help me..it is very urgent..


Viewing all articles
Browse latest Browse all 17574

Trending Articles