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

[Solved] Problem with the background color with RadEditor in edit mode

1 Answer 76 Views
RadEditor
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Pavan
Top achievements
Rank 1
Pavan asked on 29 Jan 2008, 08:46 AM

Hello,

I have a problem with the RadEditor for SharePoint.

I am using 4.4.0.0 version, when i try to edit the RadEditor, editor comes up with white background.

Can any one tell me how to set the color of the editor background in edit mode?

I want the editor to pick up the site's background setting by default.

Your assistance is appreciated.

Looking forward to your reply,

Pavan Raj T.S

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 29 Jan 2008, 04:44 PM
Hi Pavan,

Currently, there is no way to set automatically the editor's background color to inherit the background color of the body. However, in the next release of RadEditor for MOSS such feature will be included.

In the meantime you can change the editor's background color in the 
\Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\3.0.5.0__1f131a624888eeed\RadControls\Editor\Skins\
\<current skin>\EditorContentArea.css file like this:

.RadEContent, .RadEContentBordered  
{  
  padding:3px;  
  background-color: red;  
  background-image: url(image_path);  
  color: black;  
  margin: 0px;  
  text-align: left;  
  scrollbar-face-color: #BACBF4;  
  scrollbar-highlight-color: #FFFFFF;  
  scrollbar-shadow-color: #7E9FD2;  
  scrollbar-3dlight-color: #E6EEFC;  
  scrollbar-arrow-color: #4D6185;  
  scrollbar-track-color: #F7F7F3;  
  scrollbar-darkshadow-color: #C6D1DC;  


I hope this helps.

Kind regards, George
the Telerik team


Instantly find answers to your questions at the new Telerik Support Center
Tags
RadEditor
Asked by
Pavan
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or