1 Reply Latest reply on Jan 14, 2011 4:39 AM by ilya_shaikovsky

    upgrade tinyMCE in richFaces 3.3.3.final

    levinbliu

      3.3.3final's tinyMCE is quite old, over 1 year. There are a lot of releases of tinyMCE afterwards.

      Is there any way to upgrade embedded tinyMCE?

        • 1. upgrade tinyMCE in richFaces 3.3.3.final
          ilya_shaikovsky

          Unfortunatelly tinyMCE used too specific resources loading mechanism which was not really compatible with JSF-RichFaces one. So we made much changes there. Besides - there are css resources correction we additionally applied to it.

           

          So in general it possible but not an easy task. You should checkout component sources, gather all the differences from original tinyMCE and apply to new version. Than integrate the new version to component instead of original. But after that you should also check for any new functionality in tinyMCE which could require additional patches.