I’m trying to use a ColdFusion<cftextarea richedit="true"> tag that uses FCKEditor 2.x, to feed into a textfield in <cfreportparam> which only understands the <FONT> tag, not the <span style=""> that FCKEditor 2.x generates.
How can I customize fckconfig.js to have FCKEditor 2.x generates <FONT face="" size="" color=""> ??
This link should be related: http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/CoreStyles
Thank you
Found it! Append the following code to
fckconfig.jssource: http://drupal.fckeditor.net/filters