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

[Solved] Re-Style "Miss Spelled Words" section

2 Answers 110 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Chase Florell
Top achievements
Rank 1
Chase Florell asked on 27 Mar 2009, 02:14 AM
How can I restyle the header section where it says "Spell checking mode. Misspelled words are highlighted in yellow."
I have styled the text on my page to be white text with black background.  My problem is that the text is also white on a yellow background in the spell check section.



Also how can I change the text to say "Missspelled words are underlined in red."?
I tried using a RadEditor.Main.Resx in the App_GlobalResources folder, but that did not work.

2 Answers, 1 is accepted

Sort by
0
Chase Florell
Top achievements
Rank 1
answered on 28 Mar 2009, 02:16 AM
-- shuffle --
0
Tervel
Telerik team
answered on 31 Mar 2009, 09:07 AM
Hello Chase,

Up to your questions:

#1: Style the AJAX spell header section
There is a CSS class that you can override, e.g. by adding the following on your page:
     <style>
     .reAjaxspell_wrapper
     {
      background-color:red !important; 
     }
     </style>:

Note: please have in mind that this classname is using the Q1 2009 CSS naming conventions!

#2. Changing the string from the RadEditor.Main.Resx should have worked. The key for the string is SpellingInProgress. If this string is not changed, then perhaps nothing else is, either. Please change some more strings and see if the editor reacts accordingly. More information on localization can be found in this demo:
http://demos.telerik.com/aspnet-ajax/editor/examples/localization/defaultcs.aspx


Best regards,
Tervel
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Chase Florell
Top achievements
Rank 1
Answers by
Chase Florell
Top achievements
Rank 1
Tervel
Telerik team
Share this question
or