In FCK, when you add an image to the page, it's path is relative. if you drag or otherwise move this image around in the editor, its relative path is replaced with an absolute path.
Could someone point me to the function that is doing this replacement, and the file containing it? i've dug through the source for two days and had no luck finding it. additionaly, i've scoured these forums looking for any info, and found numerous other people who have asked the same question with no replies.
Any FCK developers out there that can just point us to the functions that are doing this?
thank you very much.
jeremy
Could someone point me to the function that is doing this replacement, and the file containing it? i've dug through the source for two days and had no luck finding it. additionaly, i've scoured these forums looking for any info, and found numerous other people who have asked the same question with no replies.
Any FCK developers out there that can just point us to the functions that are doing this?
thank you very much.
jeremy
RE: Relative path replacement on drag of imag
oFCKeditor.BasePath='${path_user}/';
It works fine with Zope, not with others platforms.
I don't know why but baseHref attribute (wich is the best solution for relative links) did'nt work since 2.0 RC2.
Fred an idea ?
RE: Relative path replacement on drag of image
thanks!
jeremy