From fd044a588626e26854e8543c48b3de3b3807bdfc Mon Sep 17 00:00:00 2001 From: Carsten Rose <carsten.rose@math.uzh.ch> Date: Fri, 7 Oct 2016 09:29:32 +0200 Subject: [PATCH] UsersManual/index.rst: minor doc changes --- extension/Documentation/UsersManual/Index.rst | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/extension/Documentation/UsersManual/Index.rst b/extension/Documentation/UsersManual/Index.rst index e64afc5cf..32d6b4a8d 100644 --- a/extension/Documentation/UsersManual/Index.rst +++ b/extension/Documentation/UsersManual/Index.rst @@ -827,28 +827,27 @@ Type: text Type: editor ^^^^^^^^^^^^ -* TinyMCE (www.tinymce.com, community edition) is used as the QFQ Rich Text Editor. +* TinyMCE (https://www.tinymce.com, community edition) is used as the QFQ Rich Text Editor. * The content will be saved as HTML inside the database. * All configuration and plugins will be configured via the 'parameter' field. Just prepend the word 'editor-' in front - of each TinyMCE keyword. Check options under https://www.tinymce.com/docs/configure/, + of each TinyMCE keyword. Check possible options under https://www.tinymce.com/docs/configure/, https://www.tinymce.com/docs/plugins/, https://www.tinymce.com/docs/advanced/editor-control-identifiers/#toolbarcontrols * Bars: * Top: *menubar* - by default hidden. * Top: *toolbar* - by default visible. - * Bottom: *statusbar* - by default hidden. Exception: min_height *and* max_height are given via size parameter. + * Bottom: *statusbar* - by default hidden, exception: *min_height* and *max_height* are given via size parameter. + * The default setting is:: - editor-plugins='code link searchreplace table textcolor textpattern visualchars' - editor-toolbar='code searchreplace undo redo | styleselect link table | fontselect fontsizeselect | - bullist numlist outdent indent | forecolor backcolor bold italic' - editor-menubar=false + editor-plugins=code link searchreplace table textcolor textpattern visualchars + editor-toolbar=code searchreplace undo redo | styleselect link table | fontselect fontsizeselect | bullist numlist outdent indent | forecolor backcolor bold italic editor-menubar=false editor-statusbar=false * size: - * <min_height>,<max_height>: in pixels, including top and bottom bars. + * <min_height>,<max_height>: in pixels, including top and bottom bars. E.g.: 300,600 Type: note -- GitLab