Hallo,
bitte mal wieder Kopfbrett entfernen: Ich versuche gerade, auf einem Popup eine Gruppe von Radiobuttons mit einem smarthome.py-Item zu verbinden (siehe Anhang - Gruppe 15'...2h oben).
Der Code bisher:
Ich will versuchen, möglichst ohne Einsatz von JS diese Buttons mit einem Item zu verbinden.
Gibt es dafür eine einfache Lösung? Danke für Tips im Voraus! (Design bitte noch ignorieren, ist alles noch Bastellabor)
/tom
bitte mal wieder Kopfbrett entfernen: Ich versuche gerade, auf einem Popup eine Gruppe von Radiobuttons mit einem smarthome.py-Item zu verbinden (siehe Anhang - Gruppe 15'...2h oben).
Der Code bisher:
Code:
[FONT=Courier New]<fieldset > <input type="radio" id="radio1" name="radios" value="15" checked><label for="radio1">15</label> <input type="radio" id="radio2" name="radios" value="30"><label for="radio2">30</label> <input type="radio" id="radio3" name="radios" value="45"><label for="radio3">45</label> <input type="radio" id="radio4" name="radios" value="60"><label for="radio4">60</label> <input type="radio" id="radio5" name="radios" value="90"><label for="radio5">90</label> <input type="radio" id="radio6" name="radios" value="120"><label for="radio6">2h</label> </fieldset>[/FONT]
Gibt es dafür eine einfache Lösung? Danke für Tips im Voraus! (Design bitte noch ignorieren, ist alles noch Bastellabor)
/tom
Kommentar