Completed
Last Updated: 11 May 2016 14:17 by ADMIN
Khalid
Created on: 10 Mar 2015 11:54
Category: Kendo UI for jQuery
Type: Feature Request
4
To detect and create link when EMAIL/URL pasted or type using keyboard in to KENDO Editor.
[a] On paste
    [1] If pasted text contain email/url then convert it into link.

[b] On typing using keyboard in editor 
    [1] If Email is typed in editor then convert it into email link (href should contain mailto: attribute).
          for example if you type abc@pqr.com then its link should be like (<a href="mailto:abc@pqr.com">abc@pqr.com</a>).
    [2] If URL is typed in editor then convert it into URL link.
3 comments
ADMIN
Rumen
Posted on: 11 May 2016 14:17
The auto-link functionality in the Editor widget has been introduced in the R2 2016 (Q2 2016) release - http://www.telerik.com/support/whats-new/kendo-ui/release-history/kendo-ui-q2-2016
ADMIN
Telerik Admin
Posted on: 09 Apr 2015 14:24
This feature is presently not in our close scope for development, Sudeep.
Sudeep
Posted on: 25 Mar 2015 21:22
Would really like this feature. Currently this doesn't work. :(
Any idea if this will come in anytime soon?

in addition would like to see keyboard navigation for links (pressing ctrl + right click will open the URL in another page)