| Dictionaries for Spell checker
|
| |
|
<%@ Register TagPrefix="ed" Namespace="OboutInc.Editor" Assembly="obout_Editor" %>
|
By default Editor use only one dictionary for Spell checking. It's name is 'en-US.dic'.
You can make Editor to use any other dictionaries, that are present in dictionaries folder.
For this purpose you should use inner Dictionaries collection. This collection redefines default dictionary.
Note that too many dictionaries for Spell checking increase checking time.
See also Spell checking.
You can download dictionaries here Spell checker dictionaries .
| |
|
Editor's object for Dictionaries collection
OboutInc.Editor.Dictionary
|
This object has only one public property:
-
FileName - String. Name of the file with dictionary
-
DisplayName - String. Dictionary name used
for suggestions in Spell checker popup window
|
|
|
|
|
Sample ASP.NET
<ed:Editor id="editor" runat="server"> <Dictionaries> <ed:Dictionary FileName="en-US.dic" DisplayName="English(US)" /> <ed:Dictionary FileName="es-ES.dic" DisplayName="Spanish" /> </Dictionaries> </ed:Editor>
See English_and_Norwegian_spell.aspx example in downloaded zip file.
See also working example.
| |
|
| "We LOVE your components. They are awesome!" |
Greg Kirchdorfer |
| Internet Office, Inc. |
| |
|