> 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 Developer http://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 -~----------~----~----~----~------~----~------~--~---
