This is a great editor, and I'm loving it. Any ideas about a CF implementation with multiple forms and a single instance of FCKeditor per form?
If the InstanceName is not unique across the page, I can get multiple instances alright but the same db contents per instance! So, I am setting InstanceName to "dbfieldname#i#" where i is a CFLOOP counter, but then how to handle receipt of the field from a POST submit? Sure wish I could still use CFUPDATE....
thoughts?
If the InstanceName is not unique across the page, I can get multiple instances alright but the same db contents per instance! So, I am setting InstanceName to "dbfieldname#i#" where i is a CFLOOP counter, but then how to handle receipt of the field from a POST submit? Sure wish I could still use CFUPDATE....
thoughts?

RE: coldfusion multiple instances, how to POST
Or more accurately I have no problems in v1.6, the last stable production release (albeit not for long since 2.0 is almost here).
Are you looking for instrs on doing it? I actually have a copy of the RC3 demo that I can probably cobble together pretty quick into a multi-editor form.
RE: coldfusion multiple instances, how to POST
This file is meant to go in the root of the /fckeditor/ installation, where fckeditor.cfm is located.
<cfparam
name="form.FirstEditor"
default="This is the first window"
type="string">
<cfparam
name="form.NextEditor"
default="This is the second window"
type="string">