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

Change Highlight Color?

1 Answer 39 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Rebecca Rasmussen
Top achievements
Rank 2
Rebecca Rasmussen asked on 21 Apr 2009, 04:55 PM
I'm using the Editor and there are two places I'd like to change the highlight color. Is it possible?

(1) with the SpellChecker, and
(2) with the change tracker?

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 24 Apr 2009, 07:28 AM
Hello Rebecca Rasmussen,

You can easily customize the settings you have asked about by applying custom styles to these.

In order to do so:

1. From the project I sent you, copy  CustomDialogsCss.css (it will contain the custom settings for the TrackChanges dialog) and EditorContentArea.css (it will contain the custom settings for the highlight text during the AJAX spellchecking) in your project
2. Add the DialogsCssFile="CustomDialogsCss.css" and ContentAreaCssFile="EditorContentArea.css" properties to the server declaration of RadEditor in order to register and apply these two files. Make sure you specify the correct filepaths;
3. Edit the desired settings in both files. For your convenience I've put comments in the CSS. Make sure you force the new values with the !important flag, otherwise they will fail to load, i.e:

selector
{
    property: value !important;
}


Have a great weekend,
Martin Ivanov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
Rebecca Rasmussen
Top achievements
Rank 2
Answers by
Martin
Telerik team
Share this question
or