mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Mention JavaScript code for resizing textarea
SVN revision: 1880
This commit is contained in:
parent
bbd6bbb5e7
commit
355dfe9a1f
@ -877,13 +877,19 @@ if the file name starts with a <b><code>"/"</code></b> (Unix) or <b><code>
|
|||||||
This value sets the number of characters per line of the main message
|
This value sets the number of characters per line of the main message
|
||||||
entry field. The default value is 76 (78 for replies), and can be
|
entry field. The default value is 76 (78 for replies), and can be
|
||||||
increased for installations which need a larger window size (like
|
increased for installations which need a larger window size (like
|
||||||
pasting log files etc.).
|
pasting log files etc.). If both <code><b>Message Width</b></code>
|
||||||
|
and <code><b>Message Height</b></code> are not given, some JavaScript
|
||||||
|
code is used which automatically resizes the message window
|
||||||
|
dynamically to fit optimally into the browser window.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<b><code>Message Height = <number></code></b><br>
|
<b><code>Message Height = <number></code></b><br>
|
||||||
This value sets the number of lines of the main message entry field.
|
This value sets the number of lines of the main message entry field.
|
||||||
The default value is 20, and can be changed for installations which
|
The default value is 20, and can be changed for installations which
|
||||||
need a different window size.
|
need a different window size. If both <code><b>Message Width</b></code>
|
||||||
|
and <code><b>Message Height</b></code> are not given, some JavaScript
|
||||||
|
code is used which automatically resizes the message window
|
||||||
|
dynamically to fit optimally into the browser window.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<b><code>Admin textarea = <cols>,<rows></code></b><br>
|
<b><code>Admin textarea = <cols>,<rows></code></b><br>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user