From eeba513d0d4495c0f1024bec0c7befdad981cc72 Mon Sep 17 00:00:00 2001 From: PeterThoeny Date: Sat, 1 Jun 2002 07:26:29 +0000 Subject: [PATCH] none --- TWiki/NewUserTemplate.mdwn | 2 ++ TWiki/TWikiPreferences.mdwn | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/TWiki/NewUserTemplate.mdwn b/TWiki/NewUserTemplate.mdwn index 35182da..bc38732 100644 --- a/TWiki/NewUserTemplate.mdwn +++ b/TWiki/NewUserTemplate.mdwn @@ -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 = diff --git a/TWiki/TWikiPreferences.mdwn b/TWiki/TWikiPreferences.mdwn index 33e9d9e..7d57937 100644 --- a/TWiki/TWikiPreferences.mdwn +++ b/TWiki/TWikiPreferences.mdwn @@ -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 Edit 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 = -- 1.9.4