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
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.