TinyMCE:Configuration/relative urls
From Moxiecode Documentation Wiki
[edit]
Option: relative_urls
If this option is set to true, all URLs returned from the MCFileManager will be relative from the specified document_base_url. If it's set to false all URLs will be converted to absolute URLs. This option is set to true by default.
[edit]
Example of usage of the relative_urls option:
tinyMCE.init({
...
relative_urls : false
});
