Image Maps Plugin for FCKeditor

Introduction

This is a dialog-based plugin to handle insertion and modification of image map areas in FCKeditor

Authors:

Adam Maschek

Alfonso Martínez de Lizarrondo

Sponsored by:

claromentis.com

Version history:

Website:

Visit a demo of this plugin or a demo of the imgmap code

Known bugs:

None :-P

Installation

1. Copying the files

Extract the contents of the zip in you plugins directory, so it ends up like this
Screenshot of installation

editor\
	...
	js\
	lang\
	plugins\
		...
		imgmap\
			excanvas.js
			fckplugin.js
			imgmap.js
			css\
			docs\
			images\
			jscripts\
			lang\
		...
	skins\

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']
] ;

4. Configure the plugin

Currently the plugin doesn't have any option to configure.

5. Use it

Now empty the cache of your browser and reload the editor, the new button Insert Image map should be ready to use when you select an image.

Final notes

This plugin uses the imgmap code that it's available under a dual GPL/Commercial license. You should check which license is the right one for you.

Your help is always welcome supporting this project. Donations can be made via the PayPal network using your PayPal account or any of the usual credit cards. The security of the payment is provided by PayPal. To initiate a donation just click on the buttons below that will take you to the PayPal website.
Any amounts are appreciated, thank you for your help!

Donate to Adam:

Donate to Alfonso:

Disclaimers

FCKeditor is © FredCK.com

The core imgmap code is © Adam Maschek