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

Keep original word visible when going to Change Manually when using Spellchecker

2 Answers 55 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Aaron
Top achievements
Rank 1
Aaron asked on 27 Jun 2011, 08:40 PM
Is it possible to keep the word being spell checked visible when going to the Changed Manually option textbox when using the spellchecker?  This would make it so the user can see the original word, while also being able to change it in the Changed Manually textbox.

Thank you for your help.

Aaron

2 Answers, 1 is accepted

Sort by
0
Accepted
Dobromir
Telerik team
answered on 01 Jul 2011, 04:43 PM
Hi Aaron,

You can achieve the required result by adding the following CSS to the page where RadEditor resides:
.reDropDownBody.reAjaxSpellCheck
{
    margin-top: 20px;
}

I hope this helps.

Best wishes,
Dobromir
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.

0
Aaron
Top achievements
Rank 1
answered on 01 Jul 2011, 07:51 PM
Yep, that did the job.  Thanks for your help!

Aaron
Tags
Editor
Asked by
Aaron
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Aaron
Top achievements
Rank 1
Share this question
or