Skip to content

Instantly share code, notes, and snippets.

@bkoopman
Created May 29, 2013 07:00
Show Gist options
  • Save bkoopman/5668439 to your computer and use it in GitHub Desktop.
Save bkoopman/5668439 to your computer and use it in GitHub Desktop.
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ViewItemsGroup.ascx.cs" Inherits="SDL.Examples.UI.Controls.ViewItemsGroup" %>
<%@ Import Namespace="Tridion.Web.UI" %>
<c:RibbonItemsGroup runat="server" ID="RibbonItemsGroup">
<c:RibbonButton runat="server" CommandName="ViewStaging" Title="View in Staging" Label="View In Staging" IsSmallButton="true" ID="ViewStagingBtn" />
<c:RibbonButton runat="server" CommandName="ViewLive" Title="View in Live" Label="View in Live" IsSmallButton="true" ID="ViewLiveBtn" />
</c:RibbonItemsGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment