Mention JavaScript code for resizing textarea
SVN revision: 1880
This commit is contained in:
+8
-2
@@ -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 = <number></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 = <cols>,<rows></code></b><br>
|
||||
|
||||
Reference in New Issue
Block a user