mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-18 21:30:59 +00:00
Added data-overlay-theme
This commit is contained in:
parent
2dfa82d5f3
commit
4cee7adaa9
1 changed files with 15 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue