ASP.NET 3.5 and above only

Obout.Ajax.UI Controls - HTML Editor - Server side

Obout.Ajax.UI.HTMLEditor.Popups.SpellCheckDictionary class

<%@ Register Assembly="Obout.Ajax.UI" Namespace="Obout.Ajax.UI.HTMLEditor.Popups" TagPrefix="obout" %>

Instances of this class are used as items for the spell checker's Dictionaries collection.
Download additional dictionaries here.

Properties

Name Description
propertyFileName String. Gets or sets the dictionary file name.
propertyDisplayName String. Gets or sets the dictionary name used for suggestions in the Spell checker popup.
ASP.NET
<%@ Register Assembly="Obout.Ajax.UI" Namespace="Obout.Ajax.UI.HTMLEditor" TagPrefix="obout" %>
<%@ Register Assembly="Obout.Ajax.UI" Namespace="Obout.Ajax.UI.HTMLEditor.Popups" TagPrefix="obout" %>
<obout:PopupHolder runat="server" id="popupHolder" DefaultAddPolicy="Demand" >
    <demand>
        <obout:SpellCheckPopup CustomDictionaryOnServer="true" runat="server">
            <Dictionaries>
                <obout:SpellCheckDictionary FileName="en-US.dic" DisplayName="English(US)" />
                <obout:SpellCheckDictionary FileName="es-ES.dic" DisplayName="Spanish" />
            </Dictionaries>
        </obout:SpellCheckPopup>
    </demand>
</obout:PopupHolder>
...
<obout:Editor runat="server" Id="editor" Height="400px" Width="100%" PopupHolderID="popupHolder" />

"Your tools are fantastic."

Aaron Gillam
Haynes International, Inc.

Random testimonial   All testimonials