mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
fhemweb.js: remove textArea rows/cols, add style:height
git-svn-id: https://svn.fhem.de/fhem/trunk@22618 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
16683863e1
commit
906782a9d6
@ -1420,7 +1420,7 @@ FW_createTextField(elName, devName, vArr, currVal, set, params, cmd)
|
||||
$(inp).unbind("blur");
|
||||
$('body').append(
|
||||
'<div id="editdlg" style="display:none">'+
|
||||
'<textarea id="td_longText" rows="25" cols="60" style="width:99%"/>'+
|
||||
'<textarea id="td_longText" style="width:100%;height:100%;"/>'+
|
||||
'</div>');
|
||||
|
||||
var txt = $(inp).val();
|
||||
@ -2035,7 +2035,7 @@ FW_getSVG(emb)
|
||||
Example: attr WEB widgetOverride room:textField</li>
|
||||
<li>textFieldNL - show the input field and hide the label.</li>
|
||||
<li>textField-long[,sizePct] - show an input-field, but upon
|
||||
clicking on the input field open a textArea (60x25).
|
||||
clicking on the input field open a textArea.
|
||||
sizePct specifies the size of the dialog relative to the screen, in
|
||||
percent. Default is 75</li>
|
||||
<li>textFieldNL-long[,sizePct] - the behaviour is the same
|
||||
@ -2070,7 +2070,7 @@ FW_getSVG(emb)
|
||||
Beispiel: attr WEB widgetOverride room:textField</li>
|
||||
<li>textFieldNL - Eingabefeld ohne Label.</li>
|
||||
<li>textField-long[,sizePct] - ist wie textField, aber beim Click im
|
||||
Eingabefeld wird ein Dialog mit einer HTML textarea (60x25) wird
|
||||
Eingabefeld wird ein Dialog mit einer HTML textarea wird
|
||||
geöffnet. sizePct ist die relative Größe des Dialogs,
|
||||
die Voreinstellung ist 75.</li>
|
||||
<li>textFieldNL-long[,sizePct] - wi textField-long, aber kein Label wir
|
||||
|
Loading…
Reference in New Issue
Block a user