Line 1: | Line 1: | ||
This option enables the Firefox built-in spell checker while typing. Even if word suggestions will not appear in the FCKeditor context menu, this feature is useful to quickly identify misspelled words. | This option enables the Firefox built-in spell checker while typing. Even if word suggestions will not appear in the FCKeditor context menu, this feature is useful to quickly identify misspelled words. | ||
− | + | For example: | |
<pre>FCKConfig.FirefoxSpellChecker = true ; | <pre>FCKConfig.FirefoxSpellChecker = true ; | ||
</pre> | </pre> | ||
The [[FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/BrowserContextMenuOnCtrl|BrowserContextMenuOnCtrl]] setting may be used in combination to make it possible to show the default context menu, containing misspelled words. | The [[FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/BrowserContextMenuOnCtrl|BrowserContextMenuOnCtrl]] setting may be used in combination to make it possible to show the default context menu, containing misspelled words. |
Latest revision as of 14:01, 8 March 2008
This option enables the Firefox built-in spell checker while typing. Even if word suggestions will not appear in the FCKeditor context menu, this feature is useful to quickly identify misspelled words.
For example:
FCKConfig.FirefoxSpellChecker = true ;
The BrowserContextMenuOnCtrl setting may be used in combination to make it possible to show the default context menu, containing misspelled words.