Created
June 24, 2015 08:36
-
-
Save gvorster/c20763478ef4a46941c3 to your computer and use it in GitHub Desktop.
Slide menu panel in header
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// create panel in header | |
// set href to id of panel | |
<div data-role="header"> | |
<a href="#menuPanel" class="ui-btn ui-icon-delete ui-btn-icon-notext ui-corner-all">No text</a> | |
<h1><g:message code="applicationTitle"/></h1> | |
<div data-role="panel" id="menuPanel" data-display="overlay" data-position="left"> | |
panel content | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment