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

contenteditable iframes

1 Answer 46 Views
Spell
This is a migrated thread and some comments may be shown as answers.
Sonia
Top achievements
Rank 1
Sonia asked on 12 Feb 2011, 08:48 AM
Telerik Team

Does RadSpell support contenteditable iframes.As in our screen we have 4-5 contenteditable iframes along with textareas and we are using client side API's to do spell check like following.But its not taking the data in contenteditable iframe in spell check dialog.

var

 

_spellid = _spell.id;

 

 

 

var spell = GetRadSpell(_spellid);

 

 

 

//var spell = GetRadSpell(_spell);

 

spell.set_textSource(

new Telerik.Web.UI.Spell.MultipleHtmlElementsSource(sources));

 

 

SetDebugPoint(LabelCTR,

"in startSpellCheck");

 

 

spell.startSpellCheck();

Kindly provide some help in this regard as its very crucial for our application

Thanks
Sonia Dhamija

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 16 Feb 2011, 04:06 PM
Hello Sonia,

You can see how to spellcheck multiple elements in the following help article: Spellchecking Multiple Text Areas.

The following forum shows an example how to spellcheck the content area of RadEditor which is an editable iframe lement: http://www.telerik.com/community/forums/aspnet-ajax/editor/problem-with-spellcheck.aspx.


Regards,
Rumen
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
Sonia
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or