Below you will find pages that utilize the taxonomy term “ribbon”
Posts
javascript: Alert Me on a Page
Recently I needed to add an Alert Me link on Pages. Alert Me is a well known SharePoint functionality for notifying users about changes in list or list items. It is availabe in OOB SharePoint as a command in Ribbon if you go to a list view: When you click on this ribbon command, SharePoint opens a modal dialog and takes you to layouts page: SubNew.aspx. To open a modal dialog and load a page is not a rocket science.
Posts
spribbon fluent
Ett mycket intressant projekt för att skapa ribbon-anpassningar. Som så här:
new ButtonDefinition() { Id = "New", Title = "Start new game", CommandJavaScript = "window.location.reload();", Image = new ImageDefinition() { Url16 = "/\_layouts/images/ChessWebPart/new16.png", Url32 = "/\_layouts/images/ChessWebPart/new32.png" } } ```Så blir resultatet: ![spribbong](http://markeev.com/sharepoint/ribbon/media/buttonSample.png)