I'm converting my ColdFusion CMS app to use FCK. Does anyone have experience generating a styles list for use in the FCK editor iframe from a query?
Is it necessary to modify the config.StyleNames and config.StyleValues in fck_config.js or can the values be passed using CFModule attributes?
Many thanks.
Chris B.
Is it necessary to modify the config.StyleNames and config.StyleValues in fck_config.js or can the values be passed using CFModule attributes?
Many thanks.
Chris B.

RE: CF - Using FCK instead of DevEdit
If you are really desperate you can
1. Write your own config file via cffile
2. Incorporate the .js file into a file that has a .cfm extension.
I've looked at both and neither are worth the trouble. The latter choice would require *extensive* monkeying with the editor. The former is too much overhead (for me, at least).
Sorry for the downer,
--Matt--
RE: CF - Using FCK instead of DevEdit
https://sourceforge.net/tracker/index.p ... tid=543655