mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-13 00:53:10 +00:00
Converter demo: Changing output to text (instead of inputs).
This commit is contained in:
parent
6b03498937
commit
8796779e5e
1 changed files with 2 additions and 2 deletions
|
|
@ -22,8 +22,8 @@
|
|||
</style>
|
||||
<script id="conversion-field" type="text/x-jquery-tmpl">
|
||||
<li data-role="fieldcontain">
|
||||
<label for="${from}${to}" class="ui-input-text conversion-${type}" title="From ${from} to ${to}">${$item.symbols[from]} to ${$item.symbols[to]}</label>
|
||||
<input type="text" readonly="readonly" name="${from}${to}" id="${from}${to}" value="" />
|
||||
<label class="ui-input-text conversion-${type}" title="From ${from} to ${to}">${$item.symbols[from]} to ${$item.symbols[to]}</label>
|
||||
<span type="text" id="${from}${to}"></span>
|
||||
</li>
|
||||
</script>
|
||||
<script id="conversion-edit-field" type="text/x-jquery-tmpl">
|
||||
|
|
|
|||
Loading…
Reference in a new issue