Files
kasu/htdocs/js/tinymce_setup.js

25 lines
1.4 KiB
JavaScript

tinyMCE.init({
width : "750px",
mode : "textareas",
theme : "advanced",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "bottom",
theme_advanced_resizing : true,
theme_advanced_resizing_use_cookie : false,
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,styleselect,|,search,replace,|,spellchecker,cleanup,preview,code,help,fullscreen",
theme_advanced_buttons2 : "bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,|,sub,sup",
theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,",
height : "480",
plugins : "autolink,lists,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
content_css : "/static/css/common.css",
//template_external_list_url : "/content/template_list.js",
external_link_list_url : "/content/link_list.js",
external_image_list_url : "/content/image_list.js",
relative_urls : false,
remove_script_host : true,
document_base_url : "http://www.kasu.at/",
convert_urls : true
});