updated doc

This commit is contained in:
scottjehl 2011-02-20 14:47:14 -05:00
parent 9e91fa6752
commit aa0228d5b8

View file

@ -68,6 +68,9 @@ $(document).bind("mobileinit", function(){
<p>The following defaults are configurable via the <code>$.mobile</code> object:</p>
<dl>
<dt>ns (<em>string</em>, default: "jq-"):</dt>
<dd>The namespaced used in data- attributes, for example, data-jq-role. Can be set to anything, including a blank string.</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>