Webaccess Spell Check
From Zarafa wiki
(Difference between revisions)
(Created page with "It is possible to disable the built-in spell check of the web access mail composer. Inside /usr/share/zarafa-webaccess/client/widgets/fckeditor/fckconfig.js the option FCKConfig...") |
|||
| Line 1: | Line 1: | ||
It is possible to disable the built-in spell check of the web access mail composer. | It is possible to disable the built-in spell check of the web access mail composer. | ||
| - | Inside /usr/share/zarafa-webaccess/client/widgets/fckeditor/fckconfig.js the option FCKConfig.BrowserContextMenuOnCtrl needs to be set to true: | + | Inside ''/usr/share/zarafa-webaccess/client/widgets/fckeditor/fckconfig.js'' the option '''FCKConfig.BrowserContextMenuOnCtrl''' needs to be set to true: |
FCKConfig.BrowserContextMenuOnCtrl = true ; | FCKConfig.BrowserContextMenuOnCtrl = true ; | ||
Now the browser spell check will be active while composing e-mail. | Now the browser spell check will be active while composing e-mail. | ||
Latest revision as of 10:00, 18 January 2012
It is possible to disable the built-in spell check of the web access mail composer.
Inside /usr/share/zarafa-webaccess/client/widgets/fckeditor/fckconfig.js the option FCKConfig.BrowserContextMenuOnCtrl needs to be set to true:
FCKConfig.BrowserContextMenuOnCtrl = true ;
Now the browser spell check will be active while composing e-mail.