mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-01 21:40:25 +00:00
commit
807f7bbe78
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ $(document).bind("mobileinit", function(){
|
|||
</dd>
|
||||
|
||||
<dt><code>autoInitializePage</code> <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>
|
||||
<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 <code>$.mobile.initializePage</code> is manually called.</dd>
|
||||
|
||||
<dt><code>subPageUrlKey</code> <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