From b867673e4d0c089d424347fefca5beac51ea41fa Mon Sep 17 00:00:00 2001 From: Ellert Date: Wed, 4 Oct 2017 18:19:18 +0000 Subject: [PATCH] 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 --- fhem/www/pgm2/fhemweb_iconRadio.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/fhem/www/pgm2/fhemweb_iconRadio.js b/fhem/www/pgm2/fhemweb_iconRadio.js index 474479ec9..321c7abb7 100644 --- a/fhem/www/pgm2/fhemweb_iconRadio.js +++ b/fhem/www/pgm2/fhemweb_iconRadio.js @@ -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.
<select color> the background color of the selected icon.
- The widget contains a CSS-class "iconRadio_widget". -
+ The widget contains a CSS-class "iconRadio_widget".
  • 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.
    <select color> the background color of the selected icon.
    - The widget contains a CSS-class "iconButtons_widget". -
    + The widget contains a CSS-class "iconButtons_widget".
  • 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.
    If <icon> is no icon name, the text will be displayed, otherwise the icon. If nothing is specified, the current value will be displayed.
    -
  • 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.
    If <icon> is no icon name, the text will be displayed, otherwise the icon. If nothing is specified, the reference value will be displayed.
    -
  • =end html =begin html_DE