Option: document_base_url

This option enables you to specify the URL from where all URLs will be relative to this option is only used when the relative_urls option is set to true. The value of this option is set to the current document by default.

Example of usage of the document_base_url option:

tinyMCE.init({
	...
	document_base_url : "/somedir/somfile.html"
});