mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
updated docs to include autoInitializePage option. Fixes #1391
This commit is contained in:
parent
d670feae08
commit
30c94575c2
1 changed files with 3 additions and 0 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue