(New page: == SpellChecker == This option allows you to choose what spell checker you will be using in FCKeditor. You may choose from two spell checkers: * '''ieSpell''' * '''SpellerPages''' Remem...) |
|||
Line 1: | Line 1: | ||
== SpellChecker == | == SpellChecker == | ||
− | This option allows you to choose what spell checker you will be using in FCKeditor. You may choose from | + | This option allows you to choose what spell checker you will be using in FCKeditor. You may choose from four spell checkers: |
* '''ieSpell''' | * '''ieSpell''' | ||
* '''SpellerPages''' | * '''SpellerPages''' | ||
+ | * '''WSC''' - Web Spell Checker provided by SpellChecker.net | ||
+ | * '''SCAYT''' - "Spell Check as You Type" provided by SpellChecker.net | ||
Remember that ieSpell will only work with the Internet Explorer browser so if FCKeditor will be used in another browser the "Check Spelling" function will be disabled. Code: | Remember that ieSpell will only work with the Internet Explorer browser so if FCKeditor will be used in another browser the "Check Spelling" function will be disabled. Code: | ||
<pre>FCKConfig.SpellChecker = 'SpellerPages' ; | <pre>FCKConfig.SpellChecker = 'SpellerPages' ; | ||
</pre> | </pre> |
Latest revision as of 13:32, 9 October 2009
SpellChecker
This option allows you to choose what spell checker you will be using in FCKeditor. You may choose from four spell checkers:
- ieSpell
- SpellerPages
- WSC - Web Spell Checker provided by SpellChecker.net
- SCAYT - "Spell Check as You Type" provided by SpellChecker.net
Remember that ieSpell will only work with the Internet Explorer browser so if FCKeditor will be used in another browser the "Check Spelling" function will be disabled. Code:
FCKConfig.SpellChecker = 'SpellerPages' ;