From 4e61b30a5aaf8d594a7a99bbd9943a70d0c6d629 Mon Sep 17 00:00:00 2001 From: Jacob Kelley Date: Fri, 21 Dec 2012 14:56:52 -0800 Subject: [PATCH] Added Back Pane to Docs --- docs/index.html | 61 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 96c1c6f..2614635 100644 --- a/docs/index.html +++ b/docs/index.html @@ -58,6 +58,7 @@
  • Forms
  • Toggles
  • Popovers
  • +
  • Back Panes
  • Sliders
  • Push
  • @@ -973,6 +974,64 @@ document <h1 class="title">Title</h1> </a> </header> + + + + + +
    +

    Back Panes

    + +
    + +
    + +

    Back Panes are for sliding the app to the left or right to reveal additional content beneath the app

    + +

    By default, your selected pane will appear to the left. If you set a data attribute data-pane="right", your target pane will appear on the right.

    + +
    +<div id="myBackPane" class="backPane">Content</div>
    +            
    +<header class="bar-title">
    +    <a class="button" href="#myBackPane">Backpane</a>
    +    <h1 class="title">Title</h1>
    +</header>
    +
    +<nav class="bar-tab">
    +  <ul class="tab-inner">
    +    <li class="tab-item active">
    +      <a href="#">
    +        <img class="tab-icon" src="img/icon-home.png">
    +        <div class="tab-label">Label</div>
    +      </a>
    +    </li>
    +    <li class="tab-item">
    +      <a href="#">
    +        <img class="tab-icon" src="img/icon-profile.png">
    +        <div class="tab-label">Label</div>
    +      </a>
    +    </li>
    +    <li class="tab-item">
    +      <a href="#">
    +        <img class="tab-icon" src="img/icon-messages.png">
    +        <div class="tab-label">Label</div>
    +      </a>
    +    </li>
    +    <li class="tab-item">
    +      <a href="#">
    +        <img class="tab-icon" src="img/icon-hamburger.png">
    +        <div class="tab-label">Label</div>
    +      </a>
    +    </li>
    +    <li class="tab-item">
    +      <a href="#">
    +        <img class="tab-icon" src="img/icon-settings.png">
    +        <div class="tab-label">Label</div>
    +      </a>
    +    </li>
    +  </ul>
    +</nav>
     
    @@ -1153,4 +1212,4 @@ window.addEventListener('push', myFunction); - \ No newline at end of file +