none
authorPeterThoeny <PeterThoeny>
Sat, 1 Jun 2002 07:26:29 +0000 (07:26 +0000)
committerPeterThoeny <PeterThoeny>
Sat, 1 Jun 2002 07:26:29 +0000 (07:26 +0000)
TWiki/NewUserTemplate.mdwn
TWiki/TWikiPreferences.mdwn

index 35182da..bc38732 100644 (file)
@@ -8,6 +8,8 @@
   - Set EDITBOXWIDTH = 70
 - Vertical size of text edit box:
   - Set EDITBOXHEIGHT = 17
+- Style of text edit box. `width: 100%` for full window width (default), `width: auto` to disable.
+  - Set EDITBOXSTYLE = width: 100%
 - Optionally write protect your home page: (set it to your [[WikiName]])
   - Set ALLOWTOPICCHANGE =
 
index 33e9d9e..7d57937 100644 (file)
@@ -52,8 +52,8 @@ The following are **_site-level_** settings that affect all users in all webs on
 - Vertical size of text edit box: (can be overwritten by user preferences)
   - Set EDITBOXHEIGHT = 15
 
-- Style of text edit box. Set to `width: 100%` for full window width (which will overwrite the EDITBOXWIDTH setting), or `width: auto` to disable (default). This setting works for IE and some other recent browsers. (can be overwritten by user preferences)
-  - Set EDITBOXSTYLE = width: auto
+- Style of text edit box. Set to `width: 100%` for full window width (default; this will overwrite the EDITBOXWIDTH setting), or `width: auto` to disable. This setting works for IE and some other recent browsers. (can be overwritten by user preferences)
+  - Set EDITBOXSTYLE = width: 100%
 
 - Default state of the **_Release edit lock_** ([[UnlockTopic]]) check box in preview. Checkbox is initially checked if `Set RELEASEEDITLOCKCHECKBOX = checked="checked"`, or unchecked if empty. If checked, make sure to click on <u>Edit</u> to do more changes; do **not** go back in your browser to the edit page, or you risk that someone else will edit the topic at the same time: (can be overwritten by user preferences)
   - Set RELEASEEDITLOCKCHECKBOX =