Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
This is a more advanced image dialog mostly based on code contributed by Michael Keck. This one supports mouseover/out image swapping.
Installation Instructions
| Name | Summary |
|---|---|
| theme_advanced_styles | This option should contain a semicolon separated list of class titles and class names separated by =. The titles are the ones that get presented to the user in the styles drop down list and and the class names is the classes that gets inserted. |
| advimage_update_dimensions_onchange | This option enables you to control if the image dimensions should be updated with new data if the image src field is changed. This option is enabled by default. |
tinyMCE.init({
theme : "advanced",
mode : "textareas",
plugins : "advimage"
});