restored fixes and tweaks on blog mod
[elgg.git] / _tinymce / docs / option_remove_script_host.html
blobcf650f5080746efadfe9adb6c933d1fb9209ba3f
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>Option: remove_script_host</title>
5 <link href="css/screen.css" rel="stylesheet" type="text/css" />
6 </head>
7 <body>
9 <div class="header">
10 <h1>Option: remove_script_host</h1>
11 </div>
13 <div class="content">
14 <p>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 <a href="option_relative_urls.html">relative_urls</a> option is set to false. This option is set to true by default.</p>
15 <p>URL:s will be returned in this format: &quot;/somedir/somefile.htm&quot; instead of the default mode: &quot;http://www.somesite.com/somedir/somefile.htm&quot;.</p>
17 <div class="separator"></div>
19 <h3>Example of usage of the remove_script_host option:</h3>
20 <div class="example">
21 <pre>
22 tinyMCE.init({
23 ...
24 <strong>remove_script_host : false</strong>
25 });
26 </pre>
27 </div>
28 </div>
30 <div class="footer">
31 <div class="helpindexlink"><a href="index.html">Index</a></div>
32 <div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
33 <br style="clear: both" />
34 </div>
36 </body>
37 </html>