From a37f6278e24626f7c507cab3e18ca651c2830f1e Mon Sep 17 00:00:00 2001 From: Anne-Gaelle Colom Date: Tue, 8 Nov 2011 14:39:19 +0000 Subject: [PATCH] Update docs/toolbars/docs-bars.html --- docs/toolbars/docs-bars.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/toolbars/docs-bars.html b/docs/toolbars/docs-bars.html index e318ac87..63c8bcd7 100755 --- a/docs/toolbars/docs-bars.html +++ b/docs/toolbars/docs-bars.html @@ -31,7 +31,7 @@
  • The Footer bar is usually the last element inside each mobile page, and tends to be more freeform than the header in terms of content and functionality, but typically contains a combination of text and buttons.
  • -

    It's very common to have a horizontal navigation or tab bar inside the header an/or footer; jQuery Mobile includes a nav bar widget that turns an unordered list of links into a horizontal button bar, which works well in these instances.

    +

    It's very common to have a horizontal navigation or tab bar inside the header and/or footer; jQuery Mobile includes a navbar widget that turns an unordered list of links into a horizontal button bar, which works well in these instances.

    Toolbar positioning options

    @@ -42,7 +42,7 @@

    At any time, tapping the screen will toggle the visibility of the fixed toolbars: tapping the page when the toolbars aren't visible brings them into view, tapping again hides them until you tap again. This gives users the option to hide the toolbars until needed to maximize screen real estate.

    To set this behavior on a header or footer, add the data-position="fixed" attribute to the toolbar container.

    -

    A "fullscreen" position mode works just like the fixed mode except that the toolbars aren't shown at the top and bottom of the page and only appear when the page is clicked. This is useful for immersive apps like photo or video viewers where you want the content to full when whole screen and toolbars can be summoned to appear by tapping the screen. Keep in mind that the toolbars in this mode will sit over page content so this is best used for specific situations.

    +

    A "fullscreen" position mode works just like the fixed mode except that the toolbars aren't shown at the top and bottom of the page and only appear when the page is clicked. This is useful for immersive apps like photo or video viewers where you want the content to fill the whole screen and toolbars can be summoned to appear by tapping the screen. Keep in mind that the toolbars in this mode will sit over page content so this is best used for specific situations.

    @@ -63,7 +63,7 @@
  • Navbars
  • Fixed positioning
  • Fullscreen positioning
  • -
  • Persistent footer nav bar
  • +
  • Persistent footer navbar
  • Theming toolbars