...
- Download the latest TinyMCE release from http://tinymce.moxiecode.com/download.php
The basic structure is
tinymce/
|-- docs
|-- examples
`-- jscripts - Replace directory jscripts/ of the new release with directory /contenido/external/wysiwyg/tinymce3/jscripts/
- Replace file jscripts/changelog with /contenido/external/wysiwyg/tinymce3/jscripts/changelog
- Replace file jscripts/readme with /contenido/external/wysiwyg/tinymce3/jscripts/readme
Because language packs are no longer included with the core distribution download
language packs from http://tinymce.moxiecode.com/download.phpCopy the language packs into directory /contenido/external/wysiwyg/tinymce3/jscripts/
Download the compressor files from http://www.tinymce.com/download/compressors.php
and put them into /contenido/external/wysiwyg/tinymce3/jscripts/tinymce/
- Inherit the changes in file ./contenido/external/wysiwyg/tinymce3/jscripts/tiny_mce/plugins/advlink/js/advlink.js (see below)
...