TinyMce editor PRO Possible problems and solutions

Module to extend rich text editor in PrestaShop  should work without problems right after installation. So, this part of documentation will not be large because this plugin just works well. Anyway, below you can find list of most common problems and solutions for them.


List of available topics

  1. I dont see new editor after installation
    As you already know - TinyMce pro module for PrestaShop - applied extended editor automatically to your shop. If you dont see new editor immediately after module intallation - this means that your browser remembers old tinymce pro javascript file. So it's a matter of cache.
  2. I cant save javascripts
    Extended rich text editor module has a feature that allows to use javascripts or other special code that by default is not available in the plugin. To apply this kind of feature module adds an override of validate class in prestashop. If you can't save the javascript (and see the message that contents are not valid while you try to save them) - this means that override is not active.
  3. CDATA code added is added to javascripts and styles
    By default tinymce when you use <script> tag or <style> tag changes the code a little. Rich text editor from tinyMCE wraps the script/styles code with special html markup CDATA. It was added many years ago to tinymce to avoid problems with scripts usage in browser. How to remove the CDATA from tinymce?