From 30fbfe30572ef98389f4b0d401f37a752d11b76a Mon Sep 17 00:00:00 2001 From: Todd Parker Date: Fri, 15 Oct 2010 21:46:54 -0400 Subject: [PATCH] removed header navbar 'cause it's broken --- docs/toolbars/footer-persist-b.html | 11 ---- docs/toolbars/index.html | 1 - docs/toolbars/navbar.html | 85 ----------------------------- 3 files changed, 97 deletions(-) delete mode 100755 docs/toolbars/navbar.html diff --git a/docs/toolbars/footer-persist-b.html b/docs/toolbars/footer-persist-b.html index 99c153e1..1c803f2e 100755 --- a/docs/toolbars/footer-persist-b.html +++ b/docs/toolbars/footer-persist-b.html @@ -20,56 +20,48 @@

Broken Bells

Broken Bells

-

$11.99

Purchase album
  • Warning

    Hot Chip

    -

    $12.99

    Purchase album
  • Wolfgang Amadeus Phoenix

    Phoenix

    -

    $11.99

    Purchase album
  • Of The Blue Colour Of The Sky

    Ok Go

    -

    $10.99

    Purchase album
  • Elephant

    The White Stripes

    -

    $9.99

    Purchase album
  • Kid A

    Radiohead

    -

    $11.99

    Purchase album
  • XX

    XX

    -

    $10.99

    Purchase album
  • Congratulations

    MGMT

    -

    $12.99

    Purchase album
  • @@ -77,7 +69,6 @@

    Ashes Grammar

    A Sunny Day in Glasgow

    -

    $11.99

    Purchase album @@ -85,14 +76,12 @@

    Hot Fuss

    Killers

    -

    $12.99

    Purchase album
  • The Suburbs

    Arcade Fire

    -

    $12.99

    Purchase album
  • diff --git a/docs/toolbars/index.html b/docs/toolbars/index.html index 3182211a..3c174e53 100755 --- a/docs/toolbars/index.html +++ b/docs/toolbars/index.html @@ -24,7 +24,6 @@
  • Footer bars
  • Fixed positioning
  • Fullscreen positioning
  • -
  • Nav bar widget
  • Persistent footer nav bar
  • Theming toolbars
  • diff --git a/docs/toolbars/navbar.html b/docs/toolbars/navbar.html deleted file mode 100755 index 3eaf09f0..00000000 --- a/docs/toolbars/navbar.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - jQuery Mobile Framework - navbar Example - - - - - -
    -
    -

    Navbar Example

    - -
    - -
    -
    - -
    -

    Nav bar widget

    - - -

    The Nav Bar widget can be added anywhere in a page — header, content, or footer region — to provide a navigation bar that accommodates an unlimited number of options in a compact layout.

    - -

    The Nav Bar is structured as a 3-column element; it displays up to 3 items per row in a horizontal bar with out without icons. (If more than 3 items are in the navigation list, the nav bar displays a second row with option slots.)

    - -

    The markup for a nav bar is identical to a basic linked list view: an unordered list with a link in each item and an optional icon. This markup is transformed into a nav bar by adding a data-role="navbar" attribute to the list.

    - -
    
    -<div data-role="navbar">
    -	<ul>
    -		<li><a href="bars-fixed.html">Fixed</a></li>
    -		<li><a href="bars-inline.html">Inline</a></li>
    -		<li><a href="bars-fullscreen.html">Fullscreen</a></li>
    -		<li><a href="bars-persist.html">Persistent</a></li>
    -		<li><a href="bars-themes.html">Themes</a></li>
    -	</ul>
    -</div><!-- /navbar -->
    -
    - -

    The markup above creates a two-row nav bar element in the body of the page, like this:

    - - -
    - -
    - - -

    The navbar can be added inside the header or footer bar; if you want it to persist, simply add a data-position="fixed" attribute to the header or footer div container.

    - - - -
    - -
    -
    - -
    -
    - - - -
    - - - - - - - \ No newline at end of file