• Posts Tagged ‘Ribbon’

    Hide In-active Ribbon Controls

    by  • April 5, 2011 • SharePoint Tips, SharePoint-2010 • 1 Comment

    On SharePoint 2010 Pages, we can view the lot of ribbon controls (buttons, menus, labels, etc…). But all of the controls are not active for all the times. It has some reasons for disabling those controls, maybe The user doesn’t had the permissions to accesss that control, That functionality doesn’t applied for currently selected objects. On those [...]

    Read more →

    Ribbon Locations – 1 ( Document TAB )

    by  • October 30, 2010 • SharePoint, SharePoint-2010 • 1 Comment

    I have searched for the Location of SharePoint Upload Ribbon button, but I haven’t got any reference for that. And finally I got the answer from ”CMDUI.XML”. So I have added the Locations and type of Controls used for SharePoint Server Ribbon Control. For Default Server Ribbon Customization Locations, browse to  http://msdn.microsoft.com/en-us/library/ee537543.aspx . Locations for [...]

    Read more →

    Hide Button from SharePoint Ribbon

    by  • October 30, 2010 • SharePoint, SharePoint-2010 • 0 Comments

    This post covers, how to hide the button from the Server Ribbon from SharePoint 2010, We are going to use the Feature files to hide the SharePoint 2010. First we will create a Feature file and then we’ll create a element file. Feature.xml <?xml version="1.0" encoding="utf-8"?> <Feature xmlns="http://schemas.microsoft.com/sharepoint/"     Description="Remove the Button from Server Ribbon" [...]

    Read more →