I'm looking to alter the Insert/Edit Image functionality so that it opens up a home-made Image Browser rather than the one that comes with FCKEditor, brilliant though it is. I've been thrashing my way through such files as "fckconfig.js", "fck_startup.js", "fckcommands.js", "fckeditorcode_ie_1.js", "fckeditorcode_ie_2.js" and the like in an attempt to track down the function that deals with calling the FCKEditor Image Browser window but without success.
How exactly does one alter a function, such as the Image Browser to go to a different page rather than the one it currently uses? All my current attempts have failed no matter what I do.
Any and all assistance is greatly appreciated.
How exactly does one alter a function, such as the Image Browser to go to a different page rather than the one it currently uses? All my current attempts have failed no matter what I do.
Any and all assistance is greatly appreciated.
RE: Altering Image Browser
From the new Imagebrowser, you can than set the Image-Src-URL by passing the new value to the opener-windows txtUrl-Field.
RE: Altering Image Browser
Magic. Thanks a lot