mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Move back button configuration options to Page section
This commit is contained in:
parent
6c874e2448
commit
c31e7173d2
1 changed files with 12 additions and 12 deletions
|
|
@ -192,18 +192,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>
|
||||
|
|
@ -310,6 +298,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