mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-25 16:44:43 +00:00
Merge pull request #3269 from agcolom/master
minor correction + one addition
This commit is contained in:
commit
eae79651da
2 changed files with 5 additions and 1 deletions
|
|
@ -281,6 +281,10 @@
|
|||
<th>data-split-icon</th>
|
||||
<td>home | delete | plus | arrow-u | arrow-d | check | gear | grid | star | custom | arrow-r | arrow-l | minus | refresh | forward | back | alert | info | search</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>data-split-theme</th>
|
||||
<td>swatch letter (a-z)<td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>data-theme</th>
|
||||
<td>swatch letter (a-z)</td>
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ $(document).bind("mobileinit", function(){
|
|||
<dt><code>defaultDialogTransition</code> <em>string</em>, default: 'pop'</dt>
|
||||
<dd>Set the default transition for dialog changes that use Ajax. Set to 'none' for no transitions by default.</dd>
|
||||
|
||||
<dt><code>minScrollBack</code> <em>string</em>, default: 150</dt>
|
||||
<dt><code>minScrollBack</code> <em>string</em>, default: 250</dt>
|
||||
<dd>Minimum scroll distance that will be remembered when returning to a page. </dd>
|
||||
|
||||
<dt><code>loadingMessage</code> <em>string</em>, default: "loading"</dt>
|
||||
|
|
|
|||
Loading…
Reference in a new issue