i need to preserve the absolut url of image
i try to insert in the module this but this dont seem to operate ?

tinyMCE.init({

---> convert_urls : false,
---> remove_script_host : false,
$tinymce_settings

any idea ?
is it possible, difficult, or should i use fckeeditor ??

Comments

Visigotik’s picture

I use:

tinyMCE.init({    
  $tinymce_settings,
  relative_urls: false,
  convert_urls: true,
  cleanup_on_save: false,
  cleanup : false
});

It works for images but sometimes doens't work for url insertion.

kreynen’s picture

Version: master » 4.6.x-1.x-dev
Category: feature » support

Where to the tinyMCE.init edits go?

kreynen’s picture

Nevermind, I found it on line 137 of tinymce.module.

kreynen’s picture

Status: Active » Closed (fixed)

closing all 4.6 issues

mightyiam’s picture

Title: modify tynimce init options » A settings file or textarea in the administration UI
Version: 4.6.x-1.x-dev » 5.x-1.x-dev
Category: support » feature

Or better yet, both.