Skip to content

Commit c31e717

Browse files
jakeboone02scottjehl
authored andcommitted
Move back button configuration options to Page section
1 parent 6c874e2 commit c31e717

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/api/data-attributes.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -192,18 +192,6 @@ <h2><a href="../toolbars/docs-footers.html">Footer</a></h2>
192192
<h2><a href="../toolbars/docs-headers.html">Header</a></h2>
193193
<p>Container with <code>data-role="header"</code></p>
194194
<table>
195-
<tr>
196-
<th>data-add-back-btn</th>
197-
<td>true | <strong>false</strong> (auto add back button, header only)</td>
198-
</tr>
199-
<tr>
200-
<th>data-back-btn-text</th>
201-
<td>string</td>
202-
</tr>
203-
<tr>
204-
<th>data-back-btn-theme</th>
205-
<td>swatch letter (a-z)</td>
206-
</tr>
207195
<tr>
208196
<th>data-position</th>
209197
<td>fixed</td>
@@ -310,6 +298,18 @@ <h2><a href="../lists/docs-lists.html">Listview item</a></h2>
310298
<h2><a href="../pages/page-anatomy.html">Page</a></h2>
311299
<p>Container with <code>data-role="page"</code></p>
312300
<table>
301+
<tr>
302+
<th>data-add-back-btn</th>
303+
<td>true | <strong>false</strong> (auto add back button, header only)</td>
304+
</tr>
305+
<tr>
306+
<th>data-back-btn-text</th>
307+
<td>string</td>
308+
</tr>
309+
<tr>
310+
<th>data-back-btn-theme</th>
311+
<td>swatch letter (a-z)</td>
312+
</tr>
313313
<tr>
314314
<th>data-close-btn-text</th>
315315
<td>string (text for the close button, dialog only)</td>

0 commit comments

Comments
 (0)