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

Notification event after Replace via FindAndReplace

2 Answers 30 Views
Editor
This is a migrated thread and some comments may be shown as answers.
QualiWareUA
Top achievements
Rank 1
QualiWareUA asked on 22 Aug 2008, 02:09 PM
I have a problem with FindAndReplace functionality. Our logic prevents modifying some text parts in RadEditor. With Replace I can modify these text parts. To return them to original state I want to have notification event informing about Replace is done.

Is there such event (which is called after replace is done)?
Or what can I do in my situation?

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 25 Aug 2008, 07:53 AM
Hi Yuri,

The expected behavior can be achieved only by removing the RadEditor's find and replace tool
or trying to customize its javascript code.

You can configure RadEditor to use the external dialog files by copying the EditorDialogs installation folder to the root of the web application and setting the ExternalDialogsPath property to point to it, e.g.

<telerik:RadEditor ID="RadEditor1" ExternalDialogsPath="~/EditorDialogs" runat="server"></telerik:RadEditor

 . After that open the \EditorDialogs\FindAndReplace.ascx file and customize its javascript to achieve your scenario.

Kind regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
raghuram
Top achievements
Rank 1
answered on 07 Oct 2016, 09:20 AM

Hi I am having issue with radeditor, 

My radeditor was there in usercontrol, I was showing this user control as a popup, after loading content into the radeditor, if I click on any command like "Find And Replae", "LinkManager",... and tried to download the content of radcontrol by clicking on my own asp.net button, but post click of my button, the controls of the page(dropdown) getting refreshed and losing their values. All these are happening only after deploying my application in IIS. Awaiting for reply

Tags
Editor
Asked by
QualiWareUA
Top achievements
Rank 1
Answers by
Rumen
Telerik team
raghuram
Top achievements
Rank 1
Share this question
or