|
SharePoint User Group - India > TechNet > Posts > A sneak peek into Ribbon Customization in Windows® SharePoint® Services “14” / Microsoft® SharePoint® Server 2010
|
9/29/2009
Hi,
Here is a link to a sneek peek into SharePoint 2010 Ribbon Feature.
A sneak peek into Ribbon Customization in Windows® SharePoint® Services “14” / Microsoft® SharePoint® Server 2010
(Adding a Button for example)
The Ribbon which is already there in other Office 2007 Products is now available for SharePoint 2010. In general, a Ribbon is a device that presents commands organized into a set of tabs. The tabs on the Ribbon display the commands that are most relevant for each of the task areas in the applications. The Ribbon is a context sensitive and configurable. The Ribbon is added in the UI (user interface). One can extend by using Feature infrastructure with a combination of XML and ECMAScript (JavaScript, JScript) and finally it can be deployed by any of the 3 ways;
More..
(Removing a Added Button Example)
Once a button is added on to the SharePoint 2010 Ribbon, there could be a scenario to remove. Lets see, how to do that. It is as simple as;
- Define the location of the button to be removed.
- Use HideCustomAction element
more..
Regards,
Venkat.KL
[Venkatanarasimha K.L] |
|
|
|
|
|
|