Hi, is there a way that you can set the userFilesPath when you initiate the component? Something like:
fckEditor = createObject("component", "fckeditor.fckeditor");
fckEditor.instanceName="myEditor";
fckEditor.basePath="/fckeditor/";
fckEditor.userFilesPath ="/userfiles/myPath";
fckEditor.create(); // create instance now.
I've been struggling with the userFilesPath for a long time now and would really appreciate a working example of this for CF.
Thanks for a great RTE!
/Morgan
fckEditor = createObject("component", "fckeditor.fckeditor");
fckEditor.instanceName="myEditor";
fckEditor.basePath="/fckeditor/";
fckEditor.userFilesPath ="/userfiles/myPath";
fckEditor.create(); // create instance now.
I've been struggling with the userFilesPath for a long time now and would really appreciate a working example of this for CF.
Thanks for a great RTE!
/Morgan