No button
Ole Martin - November 4, 2009 - 12:40
| Project: | jQuery Map Hilight |
| Version: | 6.x-1.0 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
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.

#1
This 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:
FCKConfig.Plugins.Add( 'imgmap' ) ;and change
['Image','imgmapPopup','Flash','Table','Rule','Smiley','SpecialChar'],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.
#2
Thanks. I will try this soon. Now I'm in the midle of some other project.