| SpellCheckSettings Class |
Namespace: Kettic.AspNet.Controls.Editor
The SpellCheckSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| SpellCheckSettings |
| Name | Description | |
|---|---|---|
| AjaxUrl |
Gets or sets the URL, to which the spellchecker engine AJAX call will be made. Check the help for more information.
| |
| AllowAddCustom | Gets or sets the value indicating whether the spell will allow adding custom words. | |
| CustomDictionarySourceTypeName |
Gets or sets the type for the spell custom dictionary provider.
| |
| CustomDictionarySuffix | Gets or sets the suffix for the custom dictionary files. | |
| DictionaryLanguage |
Gets or sets the spellcheck language if different than the Language property.
| |
| DictionaryPath | Gets or sets the path for the dictionary files. | |
| EditDistance |
Gets or sets a the edit distance. If you increase the value, the checking speed
decreases but more suggestions are presented. Applicable only in EditDistance mode.
| |
| FragmentIgnoreOptions |
Configures the spellchecker engine, so that it knows whether to skip URL's, email
addresses, and filenames and not flag them as erros.
| |
| SpellCheckProvider |
Specifies the spellchecking algorithm that will be used.
| |
| SpellCheckProviderTypeName |
Specifies the type name for a custom spell check provider.
| |
| WordIgnoreOptions |
Gets or sets the value used to configure the spellchecker engine to ignore words containing: UPPERCASE, some
CaPitaL letters, numbers; or to ignore repeated words (very very)
|