Hi,
Is there a way to highlight specific words from a dictionary in the editor?
I want to use this as a sql editor, so if I can highlight SELECT, FROM, WHERE etc. as the user types,
that would be great.
Thanks for your help.
1 Answer, 1 is accepted
0
Rumen
Telerik team
answered on 22 Jul 2009, 01:25 PM
Hi Aykut,
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 just send us the code and we will integrate your solution in RadEditor.