mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
01_FHEMWEB.pm: mainInputLength attribute (Forum #58747)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@12312 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e171699af7
commit
ba00c2a2ea
@ -159,6 +159,7 @@ FHEMWEB_Initialize($)
|
|||||||
longpoll:0,1
|
longpoll:0,1
|
||||||
longpollSVG:1,0
|
longpollSVG:1,0
|
||||||
menuEntries
|
menuEntries
|
||||||
|
mainInputLength
|
||||||
nameDisplay
|
nameDisplay
|
||||||
ploteditor:always,onClick,never
|
ploteditor:always,onClick,never
|
||||||
plotfork:1,0
|
plotfork:1,0
|
||||||
@ -1501,7 +1502,8 @@ FW_roomOverview($)
|
|||||||
FW_pO FW_hidden("fw_id", $FW_id) if($FW_id);
|
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("room", $FW_room) if($FW_room);
|
||||||
FW_pO FW_hidden("fwcsrf", $defs{$FW_wname}{CSRFTOKEN}) if($FW_CSRF);
|
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 "</form>";
|
FW_pO "</form>";
|
||||||
FW_pO "</td></tr></table>";
|
FW_pO "</td></tr></table>";
|
||||||
FW_pO "</div>";
|
FW_pO "</div>";
|
||||||
@ -3341,15 +3343,23 @@ FW_widgetOverride($$)
|
|||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="mainInputLength"></a>
|
||||||
|
<li>mainInputLength<br>
|
||||||
|
length of the maininput text widget in characters (decimal number).
|
||||||
|
</li>
|
||||||
|
<br>
|
||||||
|
|
||||||
<a name="menuEntries"></a>
|
<a name="menuEntries"></a>
|
||||||
<li>menuEntries<br>
|
<li>menuEntries<br>
|
||||||
Comma separated list of name,html-link pairs to display in the
|
Comma separated list of name,html-link pairs to display in the
|
||||||
left-side list. Example:<br>
|
left-side list. Example:<br>
|
||||||
attr WEB menuEntries fhem.de,http://fhem.de,culfw.de,http://culfw.de<br>
|
attr WEB menuEntries fhem.de,http://fhem.de,culfw.de,http://culfw.de<br>
|
||||||
attr WEB menuEntries AlarmOn,http://fhemhost:8083/fhem?cmd=set%20alarm%20on<br>
|
attr WEB menuEntries
|
||||||
|
AlarmOn,http://fhemhost:8083/fhem?cmd=set%20alarm%20on<br>
|
||||||
</li>
|
</li>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
||||||
<a name="nameDisplay"></a>
|
<a name="nameDisplay"></a>
|
||||||
<li>nameDisplay<br>
|
<li>nameDisplay<br>
|
||||||
The argument is perl code, which is executed for each single device in
|
The argument is perl code, which is executed for each single device in
|
||||||
@ -4041,6 +4051,12 @@ FW_widgetOverride($$)
|
|||||||
Die Voreinstellung ist aus.
|
Die Voreinstellung ist aus.
|
||||||
</li><br>
|
</li><br>
|
||||||
|
|
||||||
|
<a name="mainInputLength"></a>
|
||||||
|
<li>mainInputLength<br>
|
||||||
|
Länge des maininput Eingabefeldes (Anzahl der Buchstaben,
|
||||||
|
Ganzzahl).
|
||||||
|
</li> <br>
|
||||||
|
|
||||||
<a name="menuEntries"></a>
|
<a name="menuEntries"></a>
|
||||||
<li>menuEntries<br>
|
<li>menuEntries<br>
|
||||||
Komma getrennte Liste; diese Links werden im linken Menü angezeigt.
|
Komma getrennte Liste; diese Links werden im linken Menü angezeigt.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user