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.