mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 07:16:03 +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.
|
- displays Icons as radio button and returns value if pushed.
|
||||||
<value> return value.<br>
|
<value> return value.<br>
|
||||||
<select color> the background color of the selected icon.<br>
|
<select color> the background color of the selected icon.<br>
|
||||||
The widget contains a CSS-class "iconRadio_widget".
|
The widget contains a CSS-class "iconRadio_widget".<br>
|
||||||
<br>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
iconButtons,<select color>,<value>,<icon>[@<color>][,<value>,<icon>[@<color>]]...
|
iconButtons,<select color>,<value>,<icon>[@<color>][,<value>,<icon>[@<color>]]...
|
||||||
- displays Icons as button bar and returns comma separated values of pushed buttons.
|
- displays Icons as button bar and returns comma separated values of pushed buttons.
|
||||||
<value> return value.<br>
|
<value> return value.<br>
|
||||||
<select color> the background color of the selected icon.<br>
|
<select color> the background color of the selected icon.<br>
|
||||||
The widget contains a CSS-class "iconButtons_widget".
|
The widget contains a CSS-class "iconButtons_widget".<br>
|
||||||
<br>
|
|
||||||
</li>
|
</li>
|
||||||
<li>iconLabel[,<reference value>,[<icon>][@<color>]][,<reference value>,[<icon>][@<color>]]...
|
<li>iconLabel[,<reference value>,[<icon>][@<color>]][,<reference value>,[<icon>][@<color>]]...
|
||||||
- displays states by colorized values, labels and icons, if the current
|
- 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>
|
<reference value> is a number or a regular expression.<br>
|
||||||
If <icon> is no icon name, the text will be displayed, otherwise
|
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>
|
the icon. If nothing is specified, the current value will be displayed.<br>
|
||||||
<br>
|
|
||||||
</li>
|
</li>
|
||||||
<li>iconSwitch,<reference value>,[<icon>][@<color>][,<reference value>,[<icon>][@<color>]]...
|
<li>iconSwitch,<reference value>,[<icon>][@<color>][,<reference value>,[<icon>][@<color>]]...
|
||||||
- switches cyclic after actuation to the diplayed state and the actual
|
- 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>
|
<reference value> is a number or a string.<br>
|
||||||
If <icon> is no icon name, the text will be displayed, otherwise
|
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>
|
the icon. If nothing is specified, the reference value will be displayed.<br>
|
||||||
<br>
|
|
||||||
</li>
|
</li>
|
||||||
=end html
|
=end html
|
||||||
=begin html_DE
|
=begin html_DE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user