Jquery Mobile主题忽略了我的数据主题

时间:2011-07-07 15:51:45

标签: jquery mobile theming

我已经创建了自己的数据主题,并且我正在尝试将其应用于表单元素,但它默认使用a,b,c,d,e而不是我的。我已经将它添加到每个方面,以确保我覆盖了所有内容,但我可以在副本中看到它使用默认值。

<div data-role="content" data-theme="home">
<form action="form.php" method="post">
<div data-role="fieldcontain" data-theme="home">
<label for="select-choice-1"  class="select" data-theme="home">Title:</label>
<select name="select-choice-1" id="select-choice-1" data-native-menu="false"data-theme="home">
<option value="mr" data-theme="home">Mr</option>
<option value="mrs" data-theme="home">Mrs</option>
<option value="miss" data-theme="home">Miss</option>
<option value="ms" data-theme="home">Ms</option>
<option value="dr" data-theme="home">Dr</option>
</select>
</div> 
</form>
</div><!-- /content -->

1 个答案:

答案 0 :(得分:0)

色板仅限于一个独特的字母[a-z],而不是单词。你应该把你的主题设为“h”,然后使用data-theme =“h”或类似的东西。

http://jquerymobile.com/test/docs/api/themes.html