Question

I installed tinymce plugin in joomla 1.5.26.

When I try to use it in admin panel it gives me the following error:

tinyMCE.activeEditor is undefined

Kindly suggest what I am missing. Any help would be appreciated.

Was it helpful?

Solution

tinyMCE.activeEditor gets set when a user clicks into an editor content. It is better to use tinymce.get('your_editor_id') instead. This is always defined when the editor has been initialized.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top