...
- Download the latest TinyMCE release from http://tinymce.moxiecode.com/download.php
The basic structure is
tinymce/
|-- docs
|-- examples
`-- jscripts
- 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.php
...
Copy the language packs into directory /contenido/external/wysiwyg/tinymce3/jscripts/
...
- Inherit the changes in file ./contenido/external/wysiwyg/tinymce3/jscripts/tiny_mce/plugins/advlink/js/advlink.js (see below)
Contenido modifications of the TinyMCE WYSIWYG editor
...