Hello,
I have to mark some text in the TelerikEditor and I'm using span for that:
Anamnese <span class='code-marked' title='S52, S60, S63'>robert</span>, 14 år, V=50
I would like to have the "title" displayed as a tooltip but when I inspect the element in the TelerikEditor the "title" is removed.
Is there a way to use css or something similar to add tooltip for words in TelerikEditor? Is there any way to keep the "title" ?
TIA
Lucian