Hi iHuman The config is no longer used by default by the formtool "richtext". If you want to use the config add the ftConfig metadata to the richtext property. ie. ftConfig="tinyMCE.tinyMCE_config"
If you are trying to update a core type like dmHTML you will need to extend dmHTML in your project by creating a dmHTML.cfc in your / project/packages/system directory. It will look something like the following... <cfcomponent extends="farcry.core.packages.types.dmHTML" > <cfproperty ftSeq="12" ftwizardStep="Body" ftFieldset="Body" name="Body" type="longchar" ftType="richtext" ftConfig="tinyMCE.tinyMCE_config" /> </cfcomponent> If you really want to see how any of these formtool types work, take a peak at /farcry/core/packages/formtools/richtext.cfc and the edit function is what returns the formtool edit renderer. This is not for the faint of heart. On May 29, 5:59 am, iHuman <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to add styles to tinyMCE editor, and it doesn't seem to > work. I added theme_advanced_styles, as in the previous version, but > it doesn't work in Gonzales. > > I have changed several things in the tinyMCE editor config file > (admin > config files > tinyMCE) and nothing makes a difference. I > also ran update to refresh the scope after doing so. > > Because there is a custom Farcry button as one of the menu items in > the editor, I am assuming that tinyMCE is getting its config > information from somewhere other than the built in config. Clues to > where this is located? > > Any suggestions? > > thanks, > elaine --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
