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

Radeditor Text Selection change event .

1 Answer 110 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Srinivas
Top achievements
Rank 1
Srinivas asked on 08 Jul 2008, 03:33 PM
Hello,

I wanted to write some functionality when the text is being selected in the Radeditor control when "FindAndReplace" dialog's "Find" button is clicked.

When the text selection changes in the radeditor while "find next" button is clicked in the FindAndReplace dialog.

Please let me know how can I do this.

Thanks,
Srinivas Vaidya.

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 10 Jul 2008, 09:09 AM
Hi Srinivas,

With the latest RadEditor for ASP.NET "Futures" release, we introduced  the ability to load all the editor dialogs [.ascx-es] from an external folder, rather than from the DLL. Thus, is possible for developers to easily make changes and restrictions to the dialogs and their functionality. We believe this would be the easiest way to handle such requirements, as introducing new properties for each possible feature would make the editor configuration more difficult.
 
All you should do, is to put the editor dialogs' folder within your application and set the ExternalDialogsPath="EditorDialogs". Thus, the editor dialogs will be loaded from the .ascx-es within the EditorDialogs folder.  Please feel free to modify the FindAndReplace.ascx, so that to best fit your scenario.


Sincerely,
George
the Telerik team

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