Skip to content

Instantly share code, notes, and snippets.

@bkoopman
Created May 29, 2013 07:12
Show Gist options
  • Save bkoopman/5668488 to your computer and use it in GitHub Desktop.
Save bkoopman/5668488 to your computer and use it in GitHub Desktop.
<%@ Control Language="C#" AutoEventWireup="true" Inherits="Example.Controls.ExtendedAreas.FirstButtonWidgetsView" %>
<div class="widgetsviewfilter" id="FirstButtonWidgetsViewFilter" style="height: 25px;">
<div id="FirstButtonWidgetsViewFilter_addressBar" class="addressbar" c:separator="" c:itemsize="20">
<span class="addressbaritem home" c:uri="edu:training" title="First (edu:training)" tabindex="1">First View</span>
</div>
</div>
<c:deck runat="server" id="FirstButtonPages" class="stack horizontal">
<c:DeckPage runat="server" id="FirstButtonPage" SourceEditor="Example" ExternalControl="~/Controls/DeckPages/FirstButtonPage.ascx" PageType="FirstButtonPage" />
</c:deck>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment