mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 07:24:21 +00:00
FHEMWEB: correct typo (Forum #53393)
git-svn-id: https://svn.fhem.de/fhem/trunk@11490 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7f89326bfc
commit
578e8fc825
@ -3509,7 +3509,7 @@ FW_widgetOverride($$)
|
||||
is displayed.</li>
|
||||
<li>if the modifier is ":textField-long", is like textField, but upon
|
||||
clicking on the input field a textArea (60x25) will be opened.</li>
|
||||
<li>if the modifier is ":textField-longNL", the behaviour is the same
|
||||
<li>if the modifier is ":textFieldNL-long", the behaviour is the same
|
||||
as :textField-long, but no label is displayed.</li>
|
||||
|
||||
<li>if the modifier is of the form
|
||||
|
@ -794,7 +794,7 @@ FW_createTextField(elName, devName, vArr, currVal, set, params, cmd)
|
||||
(vArr[0] != "textField" &&
|
||||
vArr[0] != "textFieldNL" &&
|
||||
vArr[0] != "textField-long" &&
|
||||
vArr[0] != "textField-longNL") ||
|
||||
vArr[0] != "textFieldNL-long") ||
|
||||
(params && params.length))
|
||||
return undefined;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user