Ive gone down the getConfig route, created a "formtools" folder within
the "packages" folder, and created a richtext.cfc file, populated with
the sample extended richtext getConfig code from
http://docs.farcrycms.org:8080/confluence/display/FCDEV40/richtext,
updated the application scope, gone into edit a page, but still, looks
exactly same as before (ie. looks and functions exactly like the
standard tinyMCE editor that is set by defaullt within every farcry v4
install)

Should I be doing something else in order to make the richtext.cfc
recognisable by TinyMCE ?

The original config settings for the tinyMCE still reside within admin
> config files > tinyMCE > TINYMCE_CONFIG
- should I delete them in order for the richtext.cfc to work ?

On Nov 7, 7:26 pm, Jeff Coughlin <[EMAIL PROTECTED]> wrote:
> > Ive gone into farcry admin, general settings, then tinyMCE, and
> > pointed it towards the new CSS file.
> > However, the float styles are not appearing in the drop down list
> > within the TinyMCE editor.
>
> > Does TinyMCE in version 4 of Farcry use different syntax than to that
> > of TinyMCE within version 3 of Farcry as the above CSS works fine in
> > version 3.
>
> There are two ways to do this currently in FarCry 4:
> 1. (Suggested approach) Extend the richtext getConfig method (See more
> here under "getConfig 
> function"http://docs.farcrycms.org:8080/confluence/display/FCDEV40/richtext)
> .
> 2. The other option is to stick with what you've setup so far (leaving
> the customconfig in the database), extend dmHTML.cfc (create a the
> file "./projects/myProject/packages/system/dmHTML.cfc", have it extend
> the core dmHTML, copy the <cfproperty name="body"> tag, and add the
> string ftConfig="tinymce.tinymce_config" to it.
>
> For either option, don't forget to update the application scope.
>
> Regards,
>
> --
> Jeff Coughlin
> Web Application Developerhttp://jeffcoughlin.com


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to