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

design10’s picture

http://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

dave reid’s picture

Status: Active » Closed (won't fix)

I'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.