I am using the editor in multiple places on the same server. I would like to avoid having to duplicate all the code just to get it to work with a different set of paths.
My question is: Is it possible to just pass all the relevant config parameters to the editor object when it is being instantiated? This would make the most sense instead of having to edit two or three files in different locations. I would like to be able to drop the editor code into a web site and not have to change any of the files, but pass all the parameters when I call it.
Is this possible?
By the way, I am using ColdFusion MX 6 and FCKeditor 2.5b.
Michael Grove
My question is: Is it possible to just pass all the relevant config parameters to the editor object when it is being instantiated? This would make the most sense instead of having to edit two or three files in different locations. I would like to be able to drop the editor code into a web site and not have to change any of the files, but pass all the parameters when I call it.
Is this possible?
By the way, I am using ColdFusion MX 6 and FCKeditor 2.5b.
Michael Grove