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

[Solved] find and replace in radeditor

3 Answers 246 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ayesha
Top achievements
Rank 1
Ayesha asked on 20 Jan 2010, 04:48 AM
hi,

I'm using a radeditor ctrl in my ascx page where the find and replace (like binaculars), when clicked on it appears.
The problem I'm facing is , the find button doesnot have a button appearance instead just the text "find" appears. but we're able to click on it and it does the functionality.But why does 'find' is missing the button appearance(same thing with replace).

Even I get 'Match case'. But this one is missing the checkbox? what should I do to configure this. Plzs help me with code.



3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 21 Jan 2010, 03:33 PM
Hi Ayesha,

Are you able to reproduce this problem with the Default Example of the latest version of RadEditor?

The reported problem could happen if for some reason the RadFormDecorator is not able to style the elements in the Find and Replace dialog.  This could happen if you use an older version of RadControls for ASP.NET AJAX which does not support IE8. For that reason please test the live demo, verify that the problem is fixed and upgrade to Q3 SP2 2009.

Kind regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Ayesha
Top achievements
Rank 1
answered on 08 Feb 2010, 10:27 PM
We use a customized skin for radeditor where we have skin ="skinfile"

EnableEmbeddedSkins

 

= "false" .

 

<

 

 

telerik:RadEditor runat="server" Skin="skinfile" EnableEmbeddedSkins="false"

 

 

 

 

 

 

 

<Tools>

 

 

 

 

 

 

 

<telerik:EditorToolGroup>

 

 

 

 

 

 

 

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

 

 

</telerik:EditorToolGroup>

 

 


 

</Tools>

 

</

 

 

telerik:RadEditor>

Am I missing out any skin configuration here. When I run this , I lose my button appearance for find and replace.

 

 

 

0
Rumen
Telerik team
answered on 09 Feb 2010, 02:38 PM
Hi Ayesha,

Please, see the following KB article which provides guidance how to style the editor dialogs by setting the DialogsCssFile property: Registering an external skin of RadEditor.

Best regards,
Rumen
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
Editor
Asked by
Ayesha
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Ayesha
Top achievements
Rank 1
Share this question
or