Joomla: tinymce.get is not a function
I have upgarded to 1.5.17. But I found the "Save" button for all edit views are not working. I got a javascript error:tinymce.get is not a function.
Then I found that seems to be a bug.
But Joomla got the patch.
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=17936
All you need to replace the onSave function is in plugins/editors/tinymce.php
Code
function onSave( $editor ) { | |
return "tinyMCE.execCommand('mceToggleEditor', false, '$editor');tinyMCE.triggerSave();"; | |
} |
Trackback address for this post
Trackback URL (right click and copy shortcut/link location)
Feedback awaiting moderation
This post has 207 feedbacks awaiting moderation...
Form is loading...