comparison static/js/tiny_mce_init_std.js @ 336:6322b80c1797

Tweak tinyMCE config so it doesn't change URLs into relative URLs.
author Brian Neal <bgneal@gmail.com>
date Sat, 26 Feb 2011 06:09:22 +0000
parents 88b2b9cb8c1f
children 6c182ceb7147
comparison
equal deleted inserted replaced
335:46d7f69b61db 336:6322b80c1797
1 tinyMCE.init({ 1 tinyMCE.init({
2 mode : "textareas", 2 mode : "textareas",
3 theme : "advanced", 3 theme : "advanced",
4 content_css : "css/example.css", 4 convert_urls: false,
5 theme_advanced_toolbar_location : "top", 5 theme_advanced_toolbar_location : "top",
6 theme_advanced_toolbar_align : "left", 6 theme_advanced_toolbar_align : "left",
7 theme_advanced_buttons1 : "fullscreen,|,preview,|,bold,italic,underline,strikethrough,|,bullist,numlist,outdent,indent,|,undo,redo,|,link,unlink,anchor,|,image,cleanup,help,|,code", 7 theme_advanced_buttons1 : "fullscreen,|,preview,|,bold,italic,underline,strikethrough,|,bullist,numlist,outdent,indent,|,undo,redo,|,link,unlink,anchor,|,image,cleanup,help,|,code",
8 theme_advanced_buttons2 : "", 8 theme_advanced_buttons2 : "",
9 theme_advanced_buttons3 : "", 9 theme_advanced_buttons3 : "",