5 Answers, 1 is accepted
0
Hello Dustin,
Generally speaking you could open the hyperlink in Kendo UI Editor using the mouse middle button. Please note the hyperlink address will be opened in a new tab.
Regards,
Iliana Nikolova
the Telerik team
Generally speaking you could open the hyperlink in Kendo UI Editor using the mouse middle button. Please note the hyperlink address will be opened in a new tab.
Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Dustin
Top achievements
Rank 1
answered on 03 Dec 2012, 06:33 PM
Any way to allow the left mouse button to open a link?
0
Hello Dustin,
I am afraid opening the address with the left mouse button is not supported in Kendo UI Editor, but in order to achieve it you can attach a click handler on the editor iframe body and change the window location.
Kind regards,
Iliana Nikolova
the Telerik team
I am afraid opening the address with the left mouse button is not supported in Kendo UI Editor, but in order to achieve it you can attach a click handler on the editor iframe body and change the window location.
Kind regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Dynamic
Top achievements
Rank 1
answered on 13 Jul 2016, 07:13 AM
Hello Iliana,
Recently, we are using Editor (Kendo UI v2014.3.1223) and this hyperlink problem is still exists and also check on live demo site, same issue exists.
Is there any alternative for hyperlink to open link in new windows ?
Thanks,
0
Hello Roger,
It is normal and expected link in editable areas to be not operational. The edible area is intended to be edited. If a link is to be clicked (and page to be redirected) the iframe's window will change its location and this user will lose all the content inside the editor.
In this Dojo (http://dojo.telerik.com/oKUzU) you can see that this behavior is dictated by the browser. This is how editable DOM elements are designed to act and this is the commonly expected behavior when it comes to editing links in an editable area.
There are no plans to address this behavior and change it as this the expected user experience.
As Iliana suggested, you can use the native browser context menu (right click on the link) and select Open link in new tab.
Regards,
Ianko
Telerik by Progress
It is normal and expected link in editable areas to be not operational. The edible area is intended to be edited. If a link is to be clicked (and page to be redirected) the iframe's window will change its location and this user will lose all the content inside the editor.
In this Dojo (http://dojo.telerik.com/oKUzU) you can see that this behavior is dictated by the browser. This is how editable DOM elements are designed to act and this is the commonly expected behavior when it comes to editing links in an editable area.
There are no plans to address this behavior and change it as this the expected user experience.
As Iliana suggested, you can use the native browser context menu (right click on the link) and select Open link in new tab.
Regards,
Ianko
Telerik by Progress
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.