| 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.
| |
|
| "I just experimenting with your window and I must say that I am really so impressed with it.I am currently using teleik window but after I tried yours , I made my mind to move towards yours, what I really like about your components
is the really simple API and it is light on browser, I made some tests comparing window to telrik one and I must say your outtakes telerik." |
Ferasman |
|
| |
|