I've successfully installed CKFinder and CKEditor in a Coldfusion environment. Once I upload an image on an edit form and go back to the form to do additional editing the editor just disappear and I'm left with a form field with the HTML code inside.
Wed, 03/16/2011 - 15:42
#1
Re: Can't use CKFinder twice on the same form
Re: Can't use CKFinder twice on the same form
editor.setData( '<p>Just click the <b>Image</b> or <b>Link</b> button, and then <b>"Browse Server"</b>.</p>' );
It read like this:
editor.setData( '#full-text#' );
I thought, there is no need for that line of code so I just erased it and everything is working fine.