...
TinyMCE 4 is not enabled by default because the integration into CONTENIDO is not yet tested enough for productive usage. One has to manually enable TinyMCE 4 in CONTENIDO. We commend to use TinyMCE only in a new installation of CONTENIDO.
Where TinyMCE 4 can be enabled
...
Code Block | ||
---|---|---|
| ||
// open dialog var diag = ed.windowManager.open({ title: 'Your window title', url: 'url/to/load', }, { oneCustomParameter: false }); // handle close event of dialog diag.on('close', function() { var args = ed.windowManager.getParams(); // your code here }); |
Update to latest Minor-Release
Downloads
To Update TinyMCE to the latest Minor-Version, download latest TinyMCE from here
You could also download languagepack if needed
Extract & Update
After downloading, unzip folder to your favorit location. You should now have a Folder named tinymce
Go to your contenido folder and browse to your tinymce4 folder
Code Block |
---|
contenido/external/wysiwyg/tinymce4 |
Rename tinymce to tinymce_backup just to have a backup, in case somethings not working.
Copy/Upload the extracted folder to the previously browsed path so you have a new tinymce folder in your server stucture.
Info |
---|
Be sure you have the right tinymce activated |
Info |
---|
Be sure to clear your browsercache after doing these changes |