Skip to content
Snippets Groups Projects
Commit fd044a58 authored by Carsten  Rose's avatar Carsten Rose
Browse files

UsersManual/index.rst: minor doc changes

parent 0c6d78dc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment