Skip to content

Commit

Permalink
Move back button configuration options to Page section
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeboone02 committed Dec 22, 2011
1 parent a797de5 commit 7403ed9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/api/data-attributes.html
Expand Up @@ -193,18 +193,6 @@ <h2><a href="../toolbars/docs-footers.html">Footer</a></h2>
<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>
Expand Down Expand Up @@ -311,6 +299,18 @@ <h2><a href="../lists/docs-lists.html">Listview item</a></h2>
<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>
Expand Down

0 comments on commit 7403ed9

Please sign in to comment.