1

Topic: Image caption plugin

Hi,
I downloded tinyMCE a couple of days ago, and needed a functionality that wasnt provided: adding caption to images. So I created a plugin that can do this.
Here are some pictures taken:
Dialog in action:
http://tinymce.uw.hu/images/dialog.jpg

Sample result:
http://tinymce.uw.hu/images/example1.jpg

Usage:  Select an image in your tiny editor and then use this plugin to add caption and modify some values described below:
You can set:
   * Caption text
   * Caption position (top/bottom)
   * Caption text-alignment
   * Caption text color
   * Caption text background color
   * Margin
   * Padding
   * Background color
   * Border color, style and width
   * Float and clear
You can:
   * Save and load settings (values are stored in cookie)
   * Apply changes while dialog is still open, so you can preview the effect
   
Numerical values are treated as pixel values. In color fields you can enter any valid css color value e.g.:red, blue, #F00, #FeFa67, rgb (100,23,100)

The plugin generates one of the following structures based on position setting:

  * <span class="imageCaption"><img/><span>captiontext</span></span>
  * <span class="imageCaption"><span>captiontext</span><img/></span>

So you can set in a stylesheet the properties for the imageCaption class and the enclosed span and img element.
In this case you only need to override some values in the plugin dialog that will generate the inline styles for you.

Compatibility:
  I developed this plugin on a linux machine and tested on Firefox 1.0, tiny_MCE 1.43. It worked fine.
  Some features were tested on WinXP IE too.

If you would like to try it, you can download it from:
http://tinymce.uw.hu/caption.zip
Only temporary download location.

Any comments are welcome!

P][G

2

Re: Image caption plugin

Hi, I was interested in trying out this plugin but your "temporary" download location is yielding a 404?

Please post a new upload location if possible or PM me info.

Thanks,
Mike

3

Re: Image caption plugin

Hi, I was interested in trying out this plugin but your "temporary" download location is yielding a 404?

Please post a new upload location if possible or PM me info.

Thanks,
Mike

New - and hopefully permanent location:
http://tinymce.kirow.hu
It's all in hungarian, will be translated to english in a couple of days, but I'm sure you'll figure it out

P][G

4

Re: Image caption plugin

Homepage updated!
Homepage now available in english too. Some new stuff to download!
http://tinymce.kirow.hu

P][G