Recommend this page to a friend! |
All requests | > | Recommendation for a PHP class to gen... | > | Request new recommendation | > | Featured requests | > | No recommendations |
by Serge Grenier - 22 days ago (2023-12-16)
+1 | I have a database with a table for all my images. The table has a field with the URL of the image and another field for the imagemap data. I have a display script that generates the HTML page using the image URL and the imagemap data. I write the imagemap data manually, and it is tedious. I need a script that will enable me to drag the mouse over the area to be a hot spot and enter the destination URL. Do that as many times as needed. When I submit the form, the generated imagemap will be saved to the database. |
1. by Manuel Lemos - 21 days ago (2023-12-17) Reply
It does not seem there is a package now that can do that precisely like you want.
It seems you want an imagemap visual editor. Seems like an excellent idea.
You can either do that using a canvas HTML object using some JavaScript events to process the user interaction with the images, or you can wait and see if one of our colleague developers has a solution like that or can develop a solution for you.
I think Google Maps implements a solution similar to what you want.
It would be an innovative solution to have a PHP and JavaScript package to do that.
0 | by Manuel Lemos 23700 - 8 days ago (2023-12-30) Comment Now, this package can also generate image maps for images with clickable areas, given the locations of the areas and the URLs of the destination pages when the users click on those areas. |
0 | by Eric Jumba 25 - 20 days ago (2023-12-17) Comment This class allows you to define clickable areas on an image, and when users click on those areas, they are redirected to specific URLs. In this example, I'll create a basic class that allows you to add rectangular clickable areas to an image. |
Recommend package | |
|