From 82a9a5bb3fb5888d0e99c04de3c7d9fac5295892 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Thu, 8 Sep 2011 13:33:26 -0400 Subject: [PATCH] documented the new touchOverflowEnabled configuration property. --- docs/api/globalconfig.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api/globalconfig.html b/docs/api/globalconfig.html index 6c3bbab8fde..88d76243b67 100755 --- a/docs/api/globalconfig.html +++ b/docs/api/globalconfig.html @@ -105,6 +105,9 @@

Configurable options

defaultPageTransition string, default: 'slide'
Set the default transition for page changes that use Ajax. Set to 'none' for no transitions by default.
+
touchOverflowEnabled boolean, default: false
+
Enable pages to have self-contained native scrolling and fixed toolbars in devices that support the overflow-scrolling: touch; property.
+
defaultDialogTransition string, default: 'pop'
Set the default transition for dialog changes that use Ajax. Set to 'none' for no transitions by default.