Skip to content

Commit

Permalink
documented the new touchOverflowEnabled configuration property.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjehl committed Sep 8, 2011
1 parent f49e69e commit 82a9a5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/api/globalconfig.html
Expand Up @@ -105,6 +105,9 @@ <h2>Configurable options</h2>
<dt><code>defaultPageTransition</code> <em>string</em>, default: 'slide'</dt>
<dd>Set the default transition for page changes that use Ajax. Set to 'none' for no transitions by default.</dd>

<dt><code>touchOverflowEnabled</code> <em>boolean</em>, default: false</dt>
<dd>Enable pages to have self-contained native scrolling and fixed toolbars in devices that support the <code>overflow-scrolling: touch; </code> property.</dd>

<dt><code>defaultDialogTransition</code> <em>string</em>, default: 'pop'</dt>
<dd>Set the default transition for dialog changes that use Ajax. Set to 'none' for no transitions by default.</dd>

Expand Down

0 comments on commit 82a9a5b

Please sign in to comment.