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

remove_script_host

If this option is enabled the protocol and host part of the URLs returned from the MCFileManager will be removed. This option is only used if the relative_urls option is set to false. This option is set to true by default.

If disabled, URLs will be returned in this format: http://www.example.com/somedir/somefile.htm instead of the default format: /somedir/somefile.htm.

Example of usage of the remove_script_host option:

tinyMCE.init({
    ...
    remove_script_host : 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.