From bbe2241928a9a21cb895f123733c485af89567f8 Mon Sep 17 00:00:00 2001 From: Anne-Gaelle Colom Date: Wed, 26 Feb 2014 21:09:44 +0000 Subject: [PATCH] Global-config: replaced inline style with warning class --- pages/global-config.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/global-config.html b/pages/global-config.html index 7a6b9e04..4a989cc9 100644 --- a/pages/global-config.html +++ b/pages/global-config.html @@ -59,10 +59,10 @@

Configurable options

activeBtnClass string, default: "ui-btn-active"
-
The CSS class used for "active" button state.
Deprecated in 1.4 and will be removed in 1.5. The class "ui-btn-active" will continue to be applied to elements as before.
+
The CSS class used for "active" button state.
Deprecated in 1.4 and will be removed in 1.5. The class "ui-btn-active" will continue to be applied to elements as before.

activePageClass string, default: "ui-page-active"
-
The CSS class used for the page currently in view or in a transition.
Deprecated in 1.4 and will be removed in 1.5. The class "ui-page-active" will continue to be applied to elements as before.
+
The CSS class used for the page currently in view or in a transition.
Deprecated in 1.4 and will be removed in 1.5. The class "ui-page-active" will continue to be applied to elements as before.

ajaxEnabled boolean, default: true
jQuery Mobile will automatically handle link clicks and form submissions through Ajax, when possible. If false, URL hash listening will be disabled as well, and URLs will load as ordinary HTTP requests.
@@ -129,7 +129,7 @@

Configurable options

When this property is set to false the base tag value in browsers that support a dynamic base tag and URL prefixes in browsers that don't won't be updated to reflect where the page was loaded from. This means that resource references that are relative to the page on which they are defined may break. This option is available for web frameworks that operate under a universal base tag value where all links and assets are relative to a signal base.

focusClass string, default: "ui-focus"
-
The CSS class used for "active" button state.
Deprecated in 1.4 and will be removed in 1.5. The class "ui-focus" will continue to be applied to elements as before.
+
The CSS class used for "active" button state.
Deprecated in 1.4 and will be removed in 1.5. The class "ui-focus" will continue to be applied to elements as before.

getMaxScrollForTransition integer, default: 3
Set a scroll position breakpoint for transitions. If the scroll position is greater than the window height multiplied by the value that has been set, transition "none" will be used.