Friday 17 August 2012

SharePoint 2013 - Hide Help and Feedback button


This is post that will help you with Javascirpt that you need to hide Help and Feedback button.

HELP button -

Help button has ID "ctl00_TopHelpLink".

Script to Hide it -
<script language="javascript">
_spBodyOnLoadFunctionNames.push("HideHelpButton");
function HideHelpButton()
{
document.getElementById('ctl00_TopHelpLink').style.visibility = 'hidden';
}
</script>



Feedback button -

Help button has ID "ctl00_FeedbackLink".

Script to Hide it -

 <script language="javascript">
 _spBodyOnLoadFunctionNames.push("HideFeedbackButton");

 function HideFeedbackButton()
 {
 document.getElementById('ctl00_FeedbackLink').style.visibility = 'hidden';
 }
 </script>

Ads by Google

2 comments:

  1. Acting deals with very delicate emotions. It is not putting up a mask. Each time an actor acts he does not hide; he exposes himself. See the link below for more info.


    #hide
    www.ufgop.org

    ReplyDelete
  2. Life is full of many challenges. Challenges that will make you or break you depending on how you handle it. Visit my site for more updates. God Bless to your site.

    n8fan.net

    www.n8fan.net

    ReplyDelete