Knowledgebase Home Page  >  RapidSpell Web ASP.NET  >  Rich/HTML Textboxes
Search the Knowledge Base
How can I use RapidSpellWInline with Telerik RadEditor?
https://keyoti.com/kb/Default.aspx?ToDo=view&questId=138&catId=56

Options

Print this page
Email this to a friend

Version 3.4 Up

 

In v3.4 upwards you only need to;

 

1. Set the TextComponentInterface to Automatic

 

2. Set the RapidSpellWInline.TextComponentID or RapidSpellWebLauncher.TextComponentName to the ID of the control.

 

3. Add, ValidateRequest="false" to the page tag of the popup page, and/or RapidSpellWInlineHelper page.

 

Note:  If you are using .NET 4 or higher you will need to add <httpRuntime requestValidationMode="2.0" /> in web.config under <system.web>
 

The spell checker should then automatically set itself up for your textbox.  If it doesn't work, please see the information below.

 

 

Version 3.3 Down

 

You can use RapidSpellWInline or RapidSpellWebLauncher with RadEditor.  The following instructions assume that your RadEditor id is "RadEditor1".
 
 
1. Add RadEditor and RapidSpellWInline to your form.
 
2. Set RapidSpellWInline.TextComponentInterface to "Custom"
 
3. Add this JS block to your page
 
 
4. The next step is to identify the html ID assigned to their editor IFRAME.  If you look a the browser viewsource and search for editorFrame.id you should see it.  In our example it is editorFrame.id = "RadEContentIframecontent";  So set RapidSpellWInline.TextComponentID="RadEContentIframecontent"
 
5. Set RapidSpellWInline.IgnoreXML=true
 
6. Set RapidSpellWInline.RapidSpellWInlineHelperPage as usual.
 
That should do it - if you have trouble, email support@keyoti.com please.
 
 

Related Questions:

Attachments:

No attachments were found.
 
4. The next step is to identify the html ID assigned to their editor IFRAME.  If you look a the browser viewsource and search for editorFrame.id you should see it.  In our example it is editorFrame.id = "RadEContentIframecontent";  So set RapidSpellWInline.TextComponentID="RadEContentIframecontent"
 
5. Set RapidSpellWInline.IgnoreXML=true
 
6. Set RapidSpellWInline.RapidSpellWInlineHelperPage as usual.
 
That should do it - if you have trouble, email support@keyoti.com please.
 
 
'; var pathToKB = 'https://keyoti.com/kb'; var qParentCatId = 56; function PrintPage() { // Open the window to print this page var x = window.open("PrintQuestion.html", "printpage", "toolbar=1, scrollbars=1"); } function EmailToFriend() { xPos = screen.availWidth / 2 - 250; yPos = screen.availHeight / 2 - 215; // Open the window to email this question to a friend window.open("EmailQuestion.aspx?questId=" + pkQuestId + "&catId=" + qParentCatId, "emailpage", "width=500, height=430, toolbar=1, scrollbars=1, left=" + xPos + ", top=" + yPos); }