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.