mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
fhemweb_iconRadio.js:new widget for FHEMWEB (Forum:#75696) doku correction
git-svn-id: https://svn.fhem.de/fhem/trunk@15196 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
37bd539649
commit
d0e5234a10
@ -125,16 +125,14 @@ FW_iconRadioCreate(elName, devName, vArr, currVal, set, params, cmd)
|
||||
- displays Icons as radio button and returns value if pushed.
|
||||
<value> return value.<br>
|
||||
<select color> the background color of the selected icon.<br>
|
||||
The widget contains a CSS-class "iconRadio_widget".
|
||||
<br>
|
||||
The widget contains a CSS-class "iconRadio_widget".<br>
|
||||
</li>
|
||||
<li>
|
||||
iconButtons,<select color>,<value>,<icon>[@<color>][,<value>,<icon>[@<color>]]...
|
||||
- displays Icons as button bar and returns comma separated values of pushed buttons.
|
||||
<value> return value.<br>
|
||||
<select color> the background color of the selected icon.<br>
|
||||
The widget contains a CSS-class "iconButtons_widget".
|
||||
<br>
|
||||
The widget contains a CSS-class "iconButtons_widget".<br>
|
||||
</li>
|
||||
<li>iconLabel[,<reference value>,[<icon>][@<color>]][,<reference value>,[<icon>][@<color>]]...
|
||||
- displays states by colorized values, labels and icons, if the current
|
||||
@ -144,7 +142,6 @@ FW_iconRadioCreate(elName, devName, vArr, currVal, set, params, cmd)
|
||||
<reference value> is a number or a regular expression.<br>
|
||||
If <icon> is no icon name, the text will be displayed, otherwise
|
||||
the icon. If nothing is specified, the current value will be displayed.<br>
|
||||
<br>
|
||||
</li>
|
||||
<li>iconSwitch,<reference value>,[<icon>][@<color>][,<reference value>,[<icon>][@<color>]]...
|
||||
- switches cyclic after actuation to the diplayed state and the actual
|
||||
@ -155,7 +152,6 @@ FW_iconRadioCreate(elName, devName, vArr, currVal, set, params, cmd)
|
||||
<reference value> is a number or a string.<br>
|
||||
If <icon> is no icon name, the text will be displayed, otherwise
|
||||
the icon. If nothing is specified, the reference value will be displayed.<br>
|
||||
<br>
|
||||
</li>
|
||||
=end html
|
||||
=begin html_DE
|
||||
|
Loading…
Reference in New Issue
Block a user