1
0
Fork 0

Phi: nicer station id popup

use jqueryui popup instead of the native to allow theming
This commit is contained in:
Torsten Dreyer 2015-02-13 22:14:23 +01:00
parent 5808152af2
commit c97d3fdc62
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<div class="phi-radiostack" data-bind="foreach: radios">
<div class="phi-radio">
<span data-bind="text: label"></span>
<input data-bind="value: use, attr: { title: stn }"/>
<input data-bind="value: use, attr: { title: stn }, tooltip: {}"/>
<button data-bind="click: swap">&harr;</button>
<input data-bind="value: stby"/>
</div>

View file

@ -1,5 +1,5 @@
define([
'knockout', 'text!./radiostack.html'
'knockout', 'text!./radiostack.html', 'kojqui/tooltip'
], function(ko, htmlString) {
function DualFrequencyViewModel(label, pfx) {