I tried to apply these changes to my fck_image.js file but the URL used for every img tags remains relative to the document root.
Am I missing something? I'd really like to use FCKeditor as an online HTML email editor and need full img URLs so that the images will get displayed in the email once it is sent.
SetUrl seems to hardly ever be called at all. Mind you, I do loose patience very quickly when trying to work out what js function calls which other js function ...
Your code works perfectly ! Thank you ! Yet, once the image is insert in the editor, when I click on Image properties in the context menu (right click on the image), I've got this script error :
Line 81 Error : 'length' is NULL or is not an object Code : 0 URL : .../dialog/fck_image.js
Then, all data of the image are missing (url, width, height,...) in the Image dialog box. And the button 'ok' disappear as well...
I've tried to see in fck_contextmenu.js if I can do something, but difficult to see exactly where...
RE: Full Image URL?
RE: Full Image URL?
I tried to apply these changes to my fck_image.js file but the URL used for every img tags remains relative to the document root.
Am I missing something? I'd really like to use FCKeditor as an online HTML email editor and need full img URLs so that the images will get displayed in the email once it is sent.
SetUrl seems to hardly ever be called at all.
Mind you, I do loose patience very quickly when trying to work out what js function calls which other js function ...
Thanks for the this far though,
oDn
RE: Full Image URL?
RE: Full Image URL?
RE: Full Image URL?
this._def("relative_urls", true);!
RE: Full Image URL?
this._def("relative_urls", true);!
RE: Full Image URL?
Your code works perfectly ! Thank you !
Yet, once the image is insert in the editor, when I click on Image properties in the context menu (right click on the image), I've got this script error :
Line 81
Error : 'length' is NULL or is not an object
Code : 0
URL : .../dialog/fck_image.js
Then, all data of the image are missing (url, width, height,...) in the Image dialog box. And the button 'ok' disappear as well...
I've tried to see in fck_contextmenu.js if I can do something, but difficult to see exactly where...
Do you have this problem as well ?
Regards,
Benoleg