Closed (won't fix)
Project:
Wysiwyg Image Map
Version:
6.x-1.0
Component:
Documentation
Priority:
Minor
Category:
Support request
Assigned:
Reporter:
Created:
11 Nov 2011 at 14:02 UTC
Updated:
19 Jan 2012 at 04:37 UTC
Hi,
I am able install and configure module perfectly. I need light-box support in href how can i achieve that. i tried following code:
rel="lightbox[roadtrip]" target="" />
but its not working
Comments
Comment #1
zakir.gori commentedinstall lightbox these are the following code i have in Wysiwyg Image Map module map id="imgmap20111111184823" name="imgmap20111111184823" area shape="rect" alt="Dries" title="Dries" coords="294,135,339,190" href="http://drupal.local/sites/default/files/ring.jpg" target="" /rong> target="" !-- Created by Online Image Map Editor (http://www.maschek.hu/imagemap/index) --/map need href image open into light box when user click on image.
Comment #2
kevinwal commentedZakir,
Unfortunately this would require working on updating the code for the other external library (http://code.google.com/p/imgmap) to allow this. It's outside the scope of this module to provide that as you'd either have to include that in the tinymce plugin, or write that in your HTML, which you should do in the HTML on the field, not in the editor popup.