Skip to content

Commit 0112e13

Browse files
committed
Global-config: added deprecated note to subPageUrlKey
Fixes jquerygh-262 Closes jquerygh-277
1 parent 7f41ad5 commit 0112e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/global-config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ <h2>Configurable options</h2>
177177
<dd>Enhancement to use <code>history.replaceState</code> in supported browsers, to convert the hash-based Ajax URL into the full document path. Note that we recommend disabling this feature if Ajax is disabled or if external links are used extensively.</dd>
178178
<br />
179179
<dt id="subPageUrlKey"><code>subPageUrlKey</code> <em>string</em>, default: "ui-page"</dt>
180-
<dd>The url parameter used for referencing widget-generated sub-pages (such as those generated by nested listviews). Translates 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>
180+
<dd>The url parameter used for referencing widget-generated sub-pages (such as those generated by nested listviews). Translates 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.<div class="warning"><strong>Deprecated</strong> in 1.4 and will be removed in 1.5. </div></dd>
181181
<br />
182182
<dt id="transitionFallbacks.[transition]"><code>transitionFallbacks.[transition]</code> <em>string</em>, default: "fade"</dt>
183183
<dd>Set the fallback transition for browsers that don't support 3D transforms for a specific transition type.</dd>

0 commit comments

Comments
 (0)