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

[Solved] Getting selection from 1st Editor to be used by 2nd Editor?

0 Answers 54 Views
Editor
This is a migrated thread and some comments may be shown as answers.
RJ
Top achievements
Rank 1
RJ asked on 29 Sep 2009, 07:07 PM
Hi, I dont know if this is possible but I wanted to get the selection of the first editor to be used by second editor. Heres the scenario:
Im creating an application that will show the difference of 1st radeditor which has a readonly content to the second radeditor (editable content). Both of which has same content.. All of the changes to first content will reflect to second content. So for example first editor has a wrong spelling for Thiz.. If I select the word Thiz on my 1st editor and use my custom tool, it will just change its font color but for my 2nd editor it will be corrected, like it will become This and will have same font color..
In order to reflect the changes to my 2nd editor, I need to get the value of the selection..
If this is not possible maybe getting the character index of the selection from the 1st editor will suffice, anyway content are the same, so I can locate it using the index..

Im using ASP.NET AJAX Q1 2009

Thanks in advance,
RJ 

No answers yet. Maybe you can help?

Tags
Editor
Asked by
RJ
Top achievements
Rank 1
Share this question
or