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

[Solved] How to highlight some text in Rad Editor

1 Answer 164 Views
Editor
This is a migrated thread and some comments may be shown as answers.
n/a
Top achievements
Rank 1
n/a asked on 16 Jul 2009, 06:19 AM
Hi All,

How can I highlight a part of text in Rad Editor? I am writing a mathematical formula, I process it in server code, find some syntax error, so I want to highlight that perticular region that contained the error. I have the line number and the charecter number to begin with.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 20 Jul 2009, 02:44 PM
Hi Mohammad,

RadEditor does not offer the requested functionality out-of-the box. Our recommendation is to implement your scenario with an editable div element  (<div contenteditable="true" style="1px solid red;width:300px;height:300px;">sample content</div> ) and text ranges. Once you are ready with the implementation send us your code and we will integrate your solution in RadEditor.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
n/a
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or