0 Replies Latest reply on Jun 7, 2013 11:09 AM by leesy

    TinyMCE & org.richfaces.LoadScriptStrategy

    leesy

      Hi all,

       

      I've been trying to improve the loading of my JSF 1.2 & Richfaces 3.3 app.  I've been looking at compressing my CSS & JS so that my page has 1 CSS request & 1 JS request.  So I've taken a look at what JS was loaded, stripped that out into their own files that are compressed & combined into my one final file & then used org.richfaces.LoadStyleStrategy/LoadScriptStrategy set to NONE to turn off the inclusion of files from the framework. This seems to work very well except when it comes to TinyMCE.  For some reason, it's not working.  The textarea I am using rich:editor on is removed but it's never replaced with TinyMCE.  There's no JavaScript errors so I've got nothing to work with.

       

      Has anyone got this approach working at all?

       

      Lee,