Closed (won't fix)
Project:
Elements
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2010 at 08:49 UTC
Updated:
30 Apr 2013 at 17:49 UTC
Hello,
I want to ask if it is possible to create a form element which would be an image map returning one value.
Can you give me a clue?
Thanks
Comments
Comment #1
design10 commentedhttp://code.google.com/p/imgmap/
Works with wysiwyg API for timymce 3.x and FCKeditor.
Adds a button to the editor. when an image is selected you can create the imagemap dynamically. this solution does not work with filefield content type directly.
Another solution would be to create the image maps using an editor or creating an editor in a node then copying the map to a covert field. Then create a view which rewrite the output of the filefield (i.e. image) with the correct attribute title.
so far as i can tell there is no module to implement an image with an imagemap per content type,
also look at
http://drupal.org/node/195498
Comment #2
dave reidI'm not seeing a huge use case for this in core or contrib. I do have some code for a custom field type for 'image map coodinate' that I may upload for Drupal 7 that may help.