Stephen is correct. Place a copy of richtext.cfc into myproject/ packages/formtools. This will then be used for all formtools richtext field entry within the admin.
You can then place whatever RTE code in your package version of richtext.cfc I have an implementation of XStandard done this way. I think that the only extra that you need to do is to to make the extends="farcry.core.packages.formtools.field" Chris. On Jun 13, 2:53 pm, "Stephen Moretti" <[EMAIL PROTECTED]> wrote: > On 13/06/07, Sandra Clark <[EMAIL PROTECTED]> wrote: > > > > > I'm attempting to change the Rich Text Editor on FarCry 4 from TinyMCE to > > FCKEditor. > > I've gone into Admin/General/Config Files, chosen General and placed > > "FCKEditor" into the RICHTEXTEDITOR field. Updated the config. > > > Tried to edit a page, still TinyMCE. Logged out, Logged back in, still > > TinyMCE. So how do I get the change to happen? I've gone back into the > > config and "FCKEditor" is in the proper field. What next? > > FC4 only has TinyMCE implemented in > it.http://docs.farcrycms.org:8080/confluence/display/FCDEV40/richtext > > In order to use another editor you will need to override the > core.packages.formtools.richtext component. I'm not sure how you do > this - it might be as simple as dropping your own version of > richtext.cfc into myproject/packages/formtools > > I understand, from past conversation (pre-January) that its intended > that you would be able to create plugins to use other wysiwyg inline > editors. If that's currently possible I'm not sure. > > Regards > > Stephen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
