Important changes to Tiny Cloud pricing > Find out more
Return to Website

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.

Example of usage of the relative_urls option:

tinyMCE.init({
    ...
    relative_urls : false
});

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.