Hello guys,

I'm trying to install a tinyMCE plugin but can't work out how to do it. I'm trying to install the Archiv file manager for TinyMCE (http://archiv.pwnd.nl/) but their installation instructions deal with calling TinyMCE directly from the html code - and I'm not sure how to do this in Wysiwyg.

Can anyone tell me what I need to look at the integrate this with TinyMCE as called by Wysiwyg/jQuery?

Cheers,
~CalonDdraig

Comments

twod’s picture

I don't have time to post a full "tutorial" for this right now, but you should take a look in wysiwyg.api.php at the hook_wysiwyg_plugin() example of how to implement it in a module to make Wysiwyg aware of the plugin.
There are other issues in the queue that should show up if you search for that hook name.

sun’s picture

Status: Active » Closed (won't fix)

wysiwyg.api.php should contain sufficient documentation for how to integrate editor plugins. Directly loading and hacking in plugins into JavaScript settings is not going to be supported.