If you're referring to the NEW version of FCKEditor (which has had the F dropped and is now called CKEditor), ColdFusion does not use that newer version for the built-in cfform tag.
You can use still the new version though by simply including the appropriate JS files (it runs on jQuery now) and I must say it is easier than ever to use. You simply declare your textarea in HTML and then there is a line of document.read() code that turns it into the rich text editor. ~Brad -------- Original Message -------- Subject: CKEditor From: "Terry Troxel" <[email protected]> Date: Wed, November 11, 2009 5:36 am To: cf-talk <[email protected]> Has anyone used this in CF8. I can't find any documentation for Integration to Coldfusion. Terry Troxel ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328256 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

