Questions tagged [ribbon]
A ribbon is an interface with set of toolbars placed on several tabs.
536 questions
0 votes
0 answers
21 views
$Resources not resolved in SP 2019 in Custom Ribbon button
I have a custom Ribbon Button Deployed using pnp. The relevant part of the template is <pnp:CustomAction Name=... ...> <pnp:CommandUIExtension> <CommandUIDefinitions> ...
0 votes
0 answers
26 views
sharepoint page edit ribbon how to fix to not be hiddin
we have SharePoint 2019 when admin try to edit page ribbon is showing but when sliding to down of page it get hide how to keep it always showing while edit page and slide on the page
0 votes
1 answer
106 views
Hide New and Upload button if the library exceeded 30k files
I have an SP library that allows the users to store files and create folders with the edit permission role. When the library reaches the 30k number of items, I would like to hide the new & upload ...
1 vote
3 answers
815 views
Hide Move To/Copy To buttons -Modern Experience
I would like to know if it is possible to hide the copy to/move to buttons from the "Edit" permission level in the show actions menu and the ribbon menu SharePoint Online - Communication ...
1 vote
1 answer
1k views
How to add custom ribbon button on sitepage on SharePoint Online?
I am trying to add a button on Modern SitePage on SharePoint 365. Can anyone help me out with this issue? Thanks
0 votes
1 answer
127 views
Add custom s4-ribbonrow panel in html site page in SharePoint Online
I have a doubt on SharePoint Site Pages which is customized entirely by removing all asp:Content and replaced with html. The entire page is now composed of html5 tags. Now I need to bring back the ...
0 votes
1 answer
54 views
Hide SharePoint ribbon(based on permission) using java script injunction without changing master page
I have SharePoint online site I need to hide SP ribbon based on user permission. Should not change the master page code. anyone suggest me to achieve this or creating the new control to inject in ...
0 votes
2 answers
148 views
SharePoint master page hide ribbon from readers
Good day, I try to change my html for Sharepoint master page to hide s4-ribbonrow from readers. I wrote <div id="ms-designer-ribbon"> <!--MS:<SharePoint:SPSecurityTrimmedControl ID="...
1 vote
2 answers
77 views
SharePoint Ribbon Broken on ALL List - Not a Permissions Issue
I've just run into an issue that is affecting all web applications on my farm. It's only affecting SharePoint List as document libraries seem to be fine. This has been tested by multiple users with ...
3 votes
1 answer
155 views
SharePoint 2013: How can the setting "Show and Hide Ribbon" be enabled for every user independet of permission?
and thanks in advance for your help. I have the following requirement: Every user has the possibility to view a pages history. The ribbon shouldn't be showing all the time, but the users should be ...
1 vote
0 answers
20 views
Is there a way to trigger the Ribbon to run all the ribbon controls' EnabledScripts?
I have a custom Ribbon button that I want to be enabled based on whether or not the current user is in a specific group. I can set up a boolean variable that will say whether the user is in the right ...
0 votes
1 answer
521 views
How to access Ribbon Buttons with Sp.Ribbon js lib
I'm trying to add a button to a tab of a ribbon and access some others to add click handlers etc. ExecuteOrDelayUntilScriptLoaded(function () { let pm = SP.Ribbon.PageManager.get_instance()...
1 vote
0 answers
159 views
What is the correct location for a custom action in the "Actions" group of the Ribbon in a list Display Form?
I'm trying to add a couple custom actions to the Ribbon for a particular list. I'm using ContentType as the registration type to target the specific list. I have one that shows up correctly in the "...
1 vote
1 answer
312 views
Event after Ribbon tab context/commands load?
In MS Project Server, on the Project Center page, I want to make it automatically show linked sub-projects in the main view. You can get the sub-projects to show by clicking on the PROJECTS tab in ...
0 votes
1 answer
282 views
RTE ribbon paste button is disabled except on Internet Explorer
My customer is complaining that SharePoint's built-in Rich Text Editor's paste button is disabled and copying/pasting only works via keyboard shortcuts Ctrl+C/Ctrl+V. This happens on Chrome, Firefox ...