(New page: == FirefoxSpellChecker == This option enables Firefox's built-in spell checker while typing. Even if word suggestions will not appear in the FCKeditor context menu, this feature is useful...) |
|||
| 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 Firefox | ||
Code: | Code: | ||
| − | <pre> | + | <pre>FCKConfig.FirefoxSpellChecker = true ; |
| − | 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. | ||
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.
Code:
FCKConfig.FirefoxSpellChecker = true ;
The BrowserContextMenuOnCtrl setting may be used in combination to make it possible to show the default context menu, containing misspelled words.