From 6e8cf9c4e9fcebe62a726f0f3b9dda5ae3df8895 Mon Sep 17 00:00:00 2001 From: Anne-Gaelle Colom Date: Wed, 23 May 2012 22:30:59 +0200 Subject: [PATCH] added missing space --- docs/toolbars/bars-fixed-options.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/toolbars/bars-fixed-options.html b/docs/toolbars/bars-fixed-options.html index 53dabcc14fb..e10f1d352d1 100644 --- a/docs/toolbars/bars-fixed-options.html +++ b/docs/toolbars/bars-fixed-options.html @@ -66,7 +66,7 @@

Fixed toolbars

Fullscreen fixed toolbars sit on top of the content at all times when they are visible, and unlike regular fixed toolbars, fullscreen toolbars do not fall back to static positioning when toggled, instead they disappear from the screen entirely. Fullscreen toolbars are ideal for more immersive interfaces, like a photo viewer that is meant to fill the entire screen with the photo itself and no distractions. This page demonstrates toolbars that use the fullscreen option. This option is also exposed as a data attribute: data-fullscreen="true"

$("[data-role=header]").fixedtoolbar({ fullscreen: true });
-

Note:While the data-attribute syntax for this option has not changed, it is now only supported on the toolbar element itself, and not the page element.

+

Note: While the data-attribute syntax for this option has not changed, it is now only supported on the toolbar element itself, and not the page element.