Skip to content

Commit 7403ed9

Browse files
committed
Move back button configuration options to Page section
1 parent a797de5 commit 7403ed9

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
@@ -193,18 +193,6 @@ <h2><a href="../toolbars/docs-footers.html">Footer</a></h2>
193193
<h2><a href="../toolbars/docs-headers.html">Header</a></h2>
194194
<p>Container with <code>data-role="header"</code></p>
195195
<table>
196-
<tr>
197-
<th>data-add-back-btn</th>
198-
<td>true | <strong>false</strong> (auto add back button, header only)</td>
199-
</tr>
200-
<tr>
201-
<th>data-back-btn-text</th>
202-
<td>string</td>
203-
</tr>
204-
<tr>
205-
<th>data-back-btn-theme</th>
206-
<td>swatch letter (a-z)</td>
207-
</tr>
208196
<tr>
209197
<th>data-position</th>
210198
<td>fixed</td>
@@ -311,6 +299,18 @@ <h2><a href="../lists/docs-lists.html">Listview item</a></h2>
311299
<h2><a href="../pages/page-anatomy.html">Page</a></h2>
312300
<p>Container with <code>data-role="page"</code></p>
313301
<table>
302+
<tr>
303+
<th>data-add-back-btn</th>
304+
<td>true | <strong>false</strong> (auto add back button, header only)</td>
305+
</tr>
306+
<tr>
307+
<th>data-back-btn-text</th>
308+
<td>string</td>
309+
</tr>
310+
<tr>
311+
<th>data-back-btn-theme</th>
312+
<td>swatch letter (a-z)</td>
313+
</tr>
314314
<tr>
315315
<th>data-close-btn-text</th>
316316
<td>string (text for the close button, dialog only)</td>

0 commit comments

Comments
 (0)