updated docs to include autoInitializePage option. Fixes #1391

This commit is contained in:
scottjehl 2011-07-24 22:21:16 -04:00
parent d670feae08
commit 30c94575c2

View file

@ -82,6 +82,9 @@ $(document).bind("mobileinit", function(){
</p>
</dd>
<dt>autoInitializePage (<em>boolean</em>, default: true):</dt>
<dd>When the DOM is ready, the framework should automatically call <code>$.mobile.initializePage</code>. If false, page will not initialize, and will be visually hidden until until <code>$.mobile.initializePage</code> is manually called.</dd>
<dt>subPageUrlKey (<em>string</em>, default: "ui-page"):</dt>
<dd>The url parameter used for referencing widget-generated sub-pages (such as those generated by nested listviews). Translates to to <em>example.html<strong>&ui-page=</strong>subpageIdentifier</em>. The hash segment before &ui-page= is used by the framework for making an Ajax request to the URL where the sub-page exists.</dd>