-
Search
-
Archive
June 2012 M T W T F S S « May 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Tag Archives: Ribbon
Remove New Folder button from the SharePoint ribbon
I previously blogged about how to remove objects from the SharePoint ribbon. There is a slight nuance if you want to remove the New Folder button – you need to target the Document content type. The following XML should be … Continue reading
Removing “Add new item” link by setting Toolbar=”None” affects ribbon customisations
I recently noticed that some ribbon customisations I made to a custom SharePoint solution were not displaying. The ribbon had been customised so that certain items were removed from the list pages. So for example, the user could not add … Continue reading
Removing objects from the SharePoint ribbon
If we need to remove a button from the SharePoint ribbon we can easily achieve this by creating a feature that defines a custom action. The feature should just refer to the element manifest, as follows. The element manifest file … Continue reading