Create a gist now
Instantly share code, notes, and snippets.
andrewconnell/SharePoint 2013 SPA UX Template - QuickLanch
Created Feb 18, 2014
What would you like to do?
Embed
Embed this gist in your website.
Share
Copy sharable URL for this gist.
Clone via
HTTPS
Clone with Git or checkout with SVN using the repository’s web address.
HTML template of the Quick Launch for used to create a SharePoint 2013 Hosted App (SPH) Single Page App (SPA).
<div id="sideNavBox" class="ms-dialogHidden ms-forceWrap ms-noList"> | |
<div class="ms-core-navigation" role="navigation"> | |
<a id="startNavigation" name="startNavigation"></a> | |
<div class="ms-core-sideNavBox-removeLeftMargin"> | |
<div class="noindex ms-core-listMenu-verticalBox"> | |
<ul class="noindex ms-core-listMenu-root static"> | |
<li class="static selected"> | |
<a href="#" class="static selected menu-item ms-core-listMenu-item ms-displayInline ms-core-listMenu-selected ms-navedit-linkNode">Selected Link 1</a> | |
</li> | |
<li class="static"> | |
<a href="#" class="static ms-quicklaunch-dropNode menu-item ms-core-listMenu-item ms-displayInline ms-navedit-linkNode ms-droppable">Unselected Link 1</a> | |
</li> | |
<li class="static"> | |
<a href="#" class="static ms-quicklaunch-dropNode menu-item ms-core-listMenu-item ms-displayInline ms-navedit-linkNode ms-droppable">Unselected Link 1</a> | |
</li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment