4 Replies Latest reply on Oct 13, 2014 6:02 AM by bluez974

    RF 4.5 CR1 - editor @skin

    bluez974

      Hi,

      Since i have upgrated from 4.3.7 to 4.5 CR1 the @skin="richfaces" doesn't work anymore in rich:editor .

       

      It can't find the css/js resource and so the editor is blank. Is there any specific configuration to add in web.xml ?

      i am using Servlet 3.0

        • 1. Re: RF 4.5 CR1 - editor @skin
          michpetrov

          Hi,

          we upgraded to CKEditor 4 in RF 4.5 and we don't provide the richfaces skin (the skinning mechanism has changed). The editor now comes with only one skin - moono. If you want to use a different one, you'll have to provide your own files. See Installing skins.

          1 of 1 people found this helpful
          • 2. Re: Re: RF 4.5 CR1 - editor @skin
            bluez974

            Hello,

            I guess i ve got to perform a manual installation. In which folder should i install the skin then ? The skin should be installed in the skins folder of CKEditor but this folder is included in the RF jars. Here after is the CKEditor doc :

            1. Extract the skin .zip archive.
            2. Copy the skin files to the skins folder of your CKEditor installation. Each skin must be placed in a sub-folder that matches its "technical" name.For example, the Kama skin would be installed into this folder: <CKEditor folder>/skins/kama.
            3. Enable the skin. Use the skin setting to add the skin to your confiuration:
            • 3. Re: Re: RF 4.5 CR1 - editor @skin
              michpetrov

              It doesn't have to be the same folder, just a folder with the same path. I.e. in your "webapp/resources" create "org.richfaces.ckeditor/skins", the resource servlet will treat it as one folder.

              • 4. Re: Re: RF 4.5 CR1 - editor @skin
                bluez974

                Great, that works perfectly ! thanks !