diff --git a/FHEM/01_FHEMWEB.pm b/FHEM/01_FHEMWEB.pm
index 55998bcb9..302a45d60 100644
--- a/FHEM/01_FHEMWEB.pm
+++ b/FHEM/01_FHEMWEB.pm
@@ -3931,7 +3931,7 @@ FW_widgetOverride($$)
widgetOverride
Space separated list of name:modifier pairs, to override the widget
for a set/get/attribute specified by the module author.
- Following is the list of known modifier:
+ Following is the list of known modifiers:
diff --git a/www/pgm2/fhemweb.js b/www/pgm2/fhemweb.js
index 52f7ae0ae..5d92e1da7 100644
--- a/www/pgm2/fhemweb.js
+++ b/www/pgm2/fhemweb.js
@@ -1726,60 +1726,62 @@ FW_getSVG(emb)
=begin html
- :noArg - show no input field.
- :time - show a JavaScript driven timepicker.
+ noArg - show no input field.
+ time - show a JavaScript driven timepicker.
Example: attr FS20dev widgetOverride on-till:time
- :textField - show an input field.
+ textField - show an input field.
Example: attr WEB widgetOverride room:textField
- :textFieldNL - show the input field and hide the label.
- :textField-long - show an input-field, but upon
+ textFieldNL - show the input field and hide the label.
+ textField-long - show an input-field, but upon
clicking on the input field open a textArea (60x25).
- :textFieldNL-long - the behaviour is the same
+ textFieldNL-long - the behaviour is the same
as :textField-long, but no label is displayed.
- :slider,<min>,<step>,<max>[,1] - show
+ slider,<min>,<step>,<max>[,1] - show
a JavaScript driven slider. The optional ,1 at the end
avoids the rounding of floating-point numbers.
- :multiple,val1,val2,..." - present a multiple-value-selector with an
- additional textfield. The result is comman separated.
- :multiple-strict,val1,val2,... - like :multiple, but without the
- textfield.
- :selectnumbers,<min>,<step>,<max>,<number of
+ multiple,<val1>,<val2>,..." - present a
+ multiple-value-selector with an additional textfield. The result is
+ comman separated.
+ multiple-strict,<val1>,<val2>,... - like :multiple, but
+ without the textfield.
+ selectnumbers,<min>,<step>,<max>,<number of
digits after decimal point>,lin|log10" - display a select widget
generated with values from min to max with step.
lin generates a constantly increasing series. log10 generates an
exponentially increasing series to base 10, step is related to the
exponent, e.g. 0.0625.
- :select,val1,val2,... - show a dropdown with all values.
+ select,<val1>,<val2>,... - show a dropdown with all values.
NOTE: this is also the fallback, if no modifier is found.
=end html
=begin html_DE
- :noArg - es wird kein weiteres Eingabefeld angezeigt.
- :time - zeigt ein Zeitauswahlmenü.
+ noArg - es wird kein weiteres Eingabefeld angezeigt.
+ time - zeigt ein Zeitauswahlmenü.
Beispiel: attr FS20dev widgetOverride on-till:time
- :textField - zeigt ein Eingabefeld.
+ textField - zeigt ein Eingabefeld.
Beispiel: attr WEB widgetOverride room:textField
- :textField-long - ist wie textField, aber beim Click im Eingabefeld wird
+ textField-long - ist wie textField, aber beim Click im Eingabefeld wird
ein Dialog mit einer HTML textarea (60x25) wird geöffnet.
- :slider,<min>,<step>,<max>[,1] - zeigt einen
+ slider,<min>,<step>,<max>[,1] - zeigt einen
Schieberegler. Das optionale 1 (isFloat) vermeidet eine Rundung der
Fliesskommazahlen.
- :multiple,val1,val2,... - zeigt eine Mehrfachauswahl mit einem
- zusätzlichen Eingabefeld. Das Ergebnis ist Komma separiert.
- :multiple-strict,val1,val2,... - ist wie :multiple, bloß ohne
- Eingabefeld.
- :selectnumbers,<min>,<step>,<max>,<number of
+ multiple,<val1>,<val2>,... - zeigt eine Mehrfachauswahl mit
+ einem zusätzlichen Eingabefeld. Das Ergebnis ist Komma
+ separiert.
+ multiple-strict,<val1>,<val2>,... - ist wie :multiple,
+ bloß ohne Eingabefeld.
+ selectnumbers,<min>,<step>,<max>,<number of
digits after decimal point>,lin|log10" zeigt ein HTML-select mit einer
Zahlenreihe vom Wert min bis Wert max mit Schritten von step
angezeigt.
Die Angabe lin erzeugt eine konstant ansteigende Reihe. Die Angabe
log10 erzeugt eine exponentiell ansteigende Reihe zur Basis 10,
step bezieht sich auf den Exponenten, z.B. 0.0625.
- :select,val1,val2,... - zeigt ein HTML select mit allen Werten.
- Achtung: so ein Widget wird auch dann angezeigt, falls kein
- passender Modifier gefunden wurde.
+ select,<val1>,<val2>,... - zeigt ein HTML select mit allen
+ Werten. Achtung: so ein Widget wird auch dann angezeigt, falls
+ kein passender Modifier gefunden wurde.
=end html_DE
diff --git a/www/pgm2/fhemweb_knob.js b/www/pgm2/fhemweb_knob.js
index 033cf5440..f1e2e3a9c 100644
--- a/www/pgm2/fhemweb_knob.js
+++ b/www/pgm2/fhemweb_knob.js
@@ -42,7 +42,7 @@ FW_knobCreate(elName, devName, vArr, currVal, set, params, cmd)
=begin html
- :knob,min:1,max:100,... - shows the jQuery knob widget. The parameters
+ knob,min:1,max:100,... - shows the jQuery knob widget. The parameters
are a comma separated list of key:value pairs, where key does not have to
contain the "data-" prefix. For details see the jQuery-knob
definition.
Example:
@@ -53,7 +53,7 @@ FW_knobCreate(elName, devName, vArr, currVal, set, params, cmd)
=begin html_DE
- :knob,min:1,max:100,... - zeigt das jQuery knob Widget.Die Parameter
+ knob,min:1,max:100,... - zeigt das jQuery knob Widget.Die Parameter
werden als eine Komma separierte Liste von Key:Value Paaren spezifiziert,
wobei das data- Präfix entfällt.Für Details siehe die
jQuery knob Dokumentation.
Beispiel: