This is a migrated thread and some comments may be shown as answers.

RadSpell on contenteditable div

1 Answer 41 Views
Spell
This is a migrated thread and some comments may be shown as answers.
Max
Top achievements
Rank 1
Max asked on 13 Jan 2011, 04:51 PM
Hi, is it possible to spellcheck the source of a contenteditable div using RadSpell?
Thanks in advance, Max.

1 Answer, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 14 Jan 2011, 02:43 PM
Hi,

You should have no problems with normal HTML elements and RadSpell. Just remember to set the IsClientID spell property to "true" if the control you are checking is not a server one. Here is an example:

<div id="editableDiv" contentEditable="true" style="border: 1px solid lime">
    Test contentt here!
</div>
<telerik:RadSpell ID="RadSpell1" runat="server" ControlsToCheck="editableDiv" IsClientID="true"/>

Regards,
Lini
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Spell
Asked by
Max
Top achievements
Rank 1
Answers by
Lini
Telerik team
Share this question
or