Unplanned
Last Updated: 22 Feb 2023 08:25 by ADMIN
JORGE
Created on: 15 Feb 2023 13:47
Category: Kendo UI for jQuery
Type: Feature Request
1
Kendo UI Editor - Image mapping with clickable areas

Is important to send email enable the user to insert hyperlinks to different parts of the same image, without cut the image and assign links to individual's parts, because this affect visualization.

This example show example but is require that end user can do it in the user interface. 

<img src="some-image.jpg" usemap="#image_map">

<map name="image_map">
  <area alt="Google" title="Google" href="https://www.google.com/" coords="142,1131,493,1239" shape="rect">
  <area alt="Microsoft" title="Microsoft" href="https://www.microsoft.com/es-co" coords="608,1133,957,1239" shape="rect">
</map>

0 comments