2 Replies Latest reply on Dec 15, 2010 10:58 PM by muneeswaranbalu

    Editor and custom plugins

      Hello,

       

      I have read this document on the wiki : http://community.jboss.org/wiki/richeditorcomponent about the different configurations of the editor, but i have still some problems...

      I have tested many solutions but i am not able to put the file editorCustomPlugins.properties in the right location in order to launch the plugin configuration of tinymce.

       

      I get this jsf error : Editor configuration properties file with name 'js/editorCustomPlugins.properties' was not found in class path

       

      Do i have to put this

      customPlugins="editorCustomPlugins"

      or this

      customPlugins="editorCustomPlugins.properties"

       

      and what is the correct path for this propertie file? not in the richfaces jar?

       

       

      thx

      Raphaël

        • 1. Re: Editor and custom plugins
          hwoarang

          I'm having the same problem to use configuration tag.

          Any help about this would be great.

           

          I always get the error:

          Editor configuration properties file with name 'editorconfig' was not found in class path
          

           

          I put editorconfig.properties almost everywhere.

           

          I'm using:

          RF 3.3.3RC1

          JSF 1.2_09

           

          Thank you.

          • 2. Re: Editor and custom plugins
            muneeswaranbalu

            Hi Mucchielli ,Flavio

             

                              You have to put the files in the src folder.(i.e)default package.I am also had the same problem,i resolve this by put the property file in the src folder.And we have to denote the configuration file without extentions.

            Happy Coding...