Closed (fixed)
Project:
jQuery Map Hilight
Version:
6.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2009 at 12:40 UTC
Updated:
13 Apr 2010 at 14:00 UTC
This will be a dream to get to work
Cant see any button.
I can see "The Map Hilight jQuery plugin is available at: /sites/all/modules/jquery_plugin/jquery.maphilight.min.js"
What I have done. Downloaded the module and the plugin (http://plugins.jquery.com/project/maphilight) copied imgmap to "all/modules/fckeditor/fckeditor/editor/plugins" . So no button. Configured as it wound in:
2. Adding it to FCKeditor
Now add in your fckconfig.js or custom js configuration file the following line:
FCKConfig.Plugins.Add ( 'imgmap', 'en, es');
3. Adding it to the toolbarset
Add the button 'imgmapPopup' (case sensitive) to your toolbarset:
FCKConfig.ToolbarSets [ "Basic"] = [
[ 'Bold', 'Italic','-',' orderedlist', 'unorderedlist','-',' Link', 'unlink'],
[ 'Link', 'unlink', 'Anchor'],
[ 'Image', 'imgmapPopup'],
[ 'FitWindow','-',' About']
];
Then disappeared fckeditor. Where in the file to add this?
Could someone help me with this?
Thanks.
Comments
Comment #1
WorldFallz commentedThis isn't really an issue with this module as much as it is with fckeditor, but iirc i'm pretty sure all I had to do was add:
and change
in the fckeditor.config.js file.
One thing-- I use the fckeditor module, not the fckeditor support in the wysiwyg module-- I never could get it work with wysiwyg.module.
Comment #2
Ole Martin commentedThanks. I will try this soon. Now I'm in the midle of some other project.
Comment #3
WorldFallz commented