mxAjax and TinyMCE on the same page
I ran into an issue today where I had TinyMCE and an mxAjax control on the same page and they interfered with each other badly. This is to be expected, as Scriptaculous is part of mxAjax and the issue is described here:
http://wiki.script.aculo.us/scriptaculous/show/TinyMCE
So as the wiki explains, the TinyMCE script needs to go first, then the mxAjax scripts, then the mxAjax control init code and then finally the TinyMCE init code.

There are no comments for this entry.
[Add Comment]