diff --git a/FHEM/01_FHEMWEB.pm b/FHEM/01_FHEMWEB.pm index b3dd4038b..f059367a7 100755 --- a/FHEM/01_FHEMWEB.pm +++ b/FHEM/01_FHEMWEB.pm @@ -159,6 +159,7 @@ FHEMWEB_Initialize($) longpoll:0,1 longpollSVG:1,0 menuEntries + mainInputLength nameDisplay ploteditor:always,onClick,never plotfork:1,0 @@ -1501,7 +1502,8 @@ FW_roomOverview($) FW_pO FW_hidden("fw_id", $FW_id) if($FW_id); FW_pO FW_hidden("room", $FW_room) if($FW_room); FW_pO FW_hidden("fwcsrf", $defs{$FW_wname}{CSRFTOKEN}) if($FW_CSRF); - FW_pO FW_textfield("cmd", $FW_ss ? 25 : 40, "maininput"); + FW_pO FW_textfield("cmd", + AttrVal($FW_wname, "mainInputLength", $FW_ss ? 25 : 40), "maininput"); FW_pO ""; FW_pO ""; FW_pO ""; @@ -3341,15 +3343,23 @@ FW_widgetOverride($$)
+ +
  • mainInputLength
    + length of the maininput text widget in characters (decimal number). +
  • +
    +
  • menuEntries
    Comma separated list of name,html-link pairs to display in the left-side list. Example:
    attr WEB menuEntries fhem.de,http://fhem.de,culfw.de,http://culfw.de
    - attr WEB menuEntries AlarmOn,http://fhemhost:8083/fhem?cmd=set%20alarm%20on
    + attr WEB menuEntries + AlarmOn,http://fhemhost:8083/fhem?cmd=set%20alarm%20on

  • +
  • nameDisplay
    The argument is perl code, which is executed for each single device in @@ -4041,6 +4051,12 @@ FW_widgetOverride($$) Die Voreinstellung ist aus.

  • + +
  • mainInputLength
    + Länge des maininput Eingabefeldes (Anzahl der Buchstaben, + Ganzzahl). +

  • +
  • menuEntries
    Komma getrennte Liste; diese Links werden im linken Menü angezeigt.