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

radeditor

1 Answer 41 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Ayesha
Top achievements
Rank 1
Ayesha asked on 12 Feb 2010, 07:16 PM
Hi,

We're using Radcontrols Q3 SP2. We're using the radeditor default skin .
Pls find the attached jpg which shows how our radeditor find&replace dialog gets rendered on the screen. we're missing the tabs for find and replace and we're getting find options and replace options in the same dialog.

We're using the default skin.

I copied the editor.css and editor folder and editor.myskin.css file to the appropraite place.

In our myskin.skin file, we've the foll settings:

<

 

telerik:RadEditor runat="server" Skin="myskin" EnableEmbeddedSkins="false">

 

 

<Tools>

 

 

<telerik:EditorToolGroup>

 

 

<telerik:EditorTool Name="Print" Enabled="true" ShowIcon="true" Visible="true" ShowText="false" />

 

 

<telerik:EditorSeparator Visible="true" />

 

 

<telerik:EditorTool Name="FindAndReplace" Enabled="true" ShowIcon="true" Visible="true" ShortCut="CTRL+F" ShowText="false" />

 


Pls tell us what're we missing to copy or download. Pls help us with code to solve the rendering issue.



1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 17 Feb 2010, 03:04 PM
Hi Ayesha,

To fix the problem you should import the specific RadEditor Dialogs css files in the Find and Replace dialog. To do that follow the instructions about setting the DialogsCssFile property and creating the DialogCSS.css css file discussed in the following KB article: Registering an external skin of RadEditor.

Best regards,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
PanelBar
Asked by
Ayesha
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or