Mention JavaScript code for resizing textarea

SVN revision: 1880
This commit is contained in:
2007-07-05 17:51:21 +00:00
parent bbd6bbb5e7
commit 355dfe9a1f
+8 -2
View File
@@ -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
entry field. The default value is 76 (78 for replies), and can be
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>
<b><code>Message Height = &lt;number&gt;</code></b><br>
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
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>
<b><code>Admin textarea = &lt;cols&gt;,&lt;rows&gt;</code></b><br>