Added data-overlay-theme

This commit is contained in:
Ghislain Seguin 2011-11-06 20:23:39 -08:00
parent 2dfa82d5f3
commit 4cee7adaa9

View file

@ -108,6 +108,13 @@
</tr>
</table>
<h2><a href="../pages/page-dialogs.html">Dialog</a></h2>
<table>
<tr>
<th>data-overlay-theme</th>
<td>swatch letter (a-z) - overlay theme</td>
</tr>
</table>
<h2><a href="../pages/page-anatomy.html">Content</a></h2>
<p>Container with <code>data-role="content"</code></p>
@ -289,6 +296,10 @@
<th>data-fullscreen</th>
<td>true | false (used in conjunction with fixed toolbars)</td>
</tr>
<tr>
<th>data-overlay-theme</th>
<td>swatch letter (a-z) - overlay theme when the page is opened in a dialog</td>
</tr>
<tr>
<th>data-theme</th>
<td>swatch letter (a-z)</td>
@ -339,6 +350,10 @@
<th>data-role</th>
<td>none (prevents auto-enhancement to use native control)</td>
</tr>
<tr>
<th>data-overlay-theme</th>
<td>swatch letter (a-z) - overlay theme for non-native selects</td>
</tr>
<tr>
<th>data-theme</th>
<td>swatch letter (a-z) - Added to the form element</td>