Hi, I'm testing an RTE and when updating a inline link it automatically appends http:// to the start of the link. So internal links and mailto: links arent possible.
What can be done to stop this or handle this?
Cheers
|
<SfRichTextEditor EnableAutoUrl="true">……</SfRichTextEditor> |
Ideal thank you. I couldn't find this anywhere in the documentation
setting EnableAutoUrl="true" works when creating a hyperlink to relative paths. But then, the rich text editor will not recognize it as an editable hyperlink. So when you click on it in the editor, it will navigate to the URL rather than open the hyperlink editor.
Is this a known bug?
<SfRichTextEditor ShowCharCount="true" EnableResize="true" MaxLength="2000" EnableAutoUrl="true"> </SfRichTextEditor> |