Changes for page Features

Last modified by Manuel Leduc on 2023/10/10 13:52

<
From version < 56.1 >
edited by Marius Dumitru Florea
on 2019/02/19 16:17
To version < 57.1 >
edited by Marius Dumitru Florea
on 2019/02/20 10:42
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -115,15 +115,18 @@
115 115  
116 116  {{image reference="ckeditor-styles.png"/}}
117 117  
118 -=== Spell Checker support ===
118 +=== Spell Checker ===
119 119  
120 -CKEditor offers a cut/copy/paste function with the right click of the mouse. And also supports the browser's native spell-check feature.
121 -To obtain the browser's regular right click menu on a CKEditor content windows, please use one of the following shortcut:
120 +The CKEditor integration uses by default the native browser spell checker. To access the spell checking suggestions you need to use one of the following shortcuts:
122 122  
123 -* Windows: (% class="key" %)Ctrl(%%) + Right Click
122 +* Windows: (% class="key" %)Ctrl(%%) + Right Click
124 124  * MacOS: (% class="key" %)Alt(%%) + (% class="key" %)Cmd
125 125  * Linux: (% class="key" %)Ctrl(%%) + Right Click
126 126  
126 +If you don't get any suggestions then it may be the case that your browser doesn't support spell checking natively. You can also configure CKEditor to use an external spell checking web service. Checkout the [[CKEditor documentation>>https://ckeditor.com/docs/ckeditor4/latest/guide/dev_spellcheck.html]] for more information.
127 +
128 +If you're looking for a more secure (local) spell checker then there are CKEditor plugins that provide this functionality.
129 +
127 127  === Full Screen Mode ===
128 128  
129 129  We modified the standard full screen mode from CKEditor to integrate with XWiki's form action buttons.

Get Connected