Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Assuming that you are using v4.master as your master page (default), there is a control with an ID of "RibbonTabRowRight" that surrounds the code snippet you have posted.</p> <p>Any links and buttons that you want to add should go within this control, and before the Welcome Menu (the snippet you have posted). Whether you use a simple anchor tag or a more complex control depends on your requirements.</p> <p>Example:</p> <pre><code>&lt;SharePoint:SPRibbonPeripheralContent runat="server" Location="TabRowRight" ID="RibbonTabRowRight" CssClass="s4-trc-container s4-notdlg"&gt; &lt;SharePoint:DelegateControl runat="server" ID="GlobalDelegate0" ControlId="GlobalSiteLink0" /&gt; &lt;a href="#" tabindex="-1" style="display:none"&gt;&lt;/a&gt;&lt;a href="#" tabindex="-1" style="display:none"&gt;&lt;/a&gt; &lt;div class="s4-trc-container-menu"&gt; &lt;a href="EXAMPLE.ASPX" /&gt;MY EXAMPLE&lt;/a&gt; &lt;div&gt; &lt;wssuc:Welcome id="IdWelcome" runat="server" EnableViewState="false"&gt; &lt;/wssuc:Welcome&gt; &lt;wssuc:MUISelector ID="IdMuiSelector" runat="server"/&gt; &lt;/div&gt; &lt;/div&gt; &lt;SharePoint:DelegateControl ControlId="GlobalSiteLink2" ID="GlobalDelegate2" Scope="Farm" runat="server" /&gt; &lt;span&gt; &lt;span class="s4-devdashboard"&gt; &lt;Sharepoint:DeveloperDashboardLauncher ID="DeveloperDashboardLauncher" NavigateUrl="javascript:ToggleDeveloperDashboard()" runat="server" ImageUrl="/_layouts/images/fgimg.png" Text="&lt;%$Resources:wss,multipages_launchdevdashalt_text%&gt;" OffsetX=0 OffsetY=222 Height=16 Width=16 /&gt; &lt;/span&gt; &lt;/span&gt; &lt;/SharePoint:SPRibbonPeripheralContent&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload