mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-10 01:11:02 +00:00
Move back button configuration options to Page section
This commit is contained in:
parent
a797de5fc1
commit
7403ed9e43
1 changed files with 12 additions and 12 deletions
|
|
@ -193,18 +193,6 @@
|
|||
<h2><a href="../toolbars/docs-headers.html">Header</a></h2>
|
||||
<p>Container with <code>data-role="header"</code></p>
|
||||
<table>
|
||||
<tr>
|
||||
<th>data-add-back-btn</th>
|
||||
<td>true | <strong>false</strong> (auto add back button, header only)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>data-back-btn-text</th>
|
||||
<td>string</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>data-back-btn-theme</th>
|
||||
<td>swatch letter (a-z)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>data-position</th>
|
||||
<td>fixed</td>
|
||||
|
|
@ -311,6 +299,18 @@
|
|||
<h2><a href="../pages/page-anatomy.html">Page</a></h2>
|
||||
<p>Container with <code>data-role="page"</code></p>
|
||||
<table>
|
||||
<tr>
|
||||
<th>data-add-back-btn</th>
|
||||
<td>true | <strong>false</strong> (auto add back button, header only)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>data-back-btn-text</th>
|
||||
<td>string</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>data-back-btn-theme</th>
|
||||
<td>swatch letter (a-z)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>data-close-btn-text</th>
|
||||
<td>string (text for the close button, dialog only)</td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue