// JavaScript Document tinymce.js
// Paramètres pour TinyMCE

tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	mode: "none",
	language : "fr",
	cleanup_on_startup : true,
	convert_new_lines_to_brs : true,
	gecko_spellcheck : true,
	plugins : "advlink,insertdatetime,preview,contextmenu,xhtmlxtras,iespell,emotions",
	plugin_insertdate_dateFormat : "%d-%m-%Y",
	plugin_insertdate_timeFormat : "%H:%M:%S",
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,fontselect,fontsizeselect",
	theme_advanced_buttons2 : "cut,copy,paste,|,bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,anchor,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor,|,hr,emotions",
	theme_advanced_buttons3 : "",
	theme_advanced_buttons4 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_path_location : "bottom",
	extended_valid_elements : "a[name|href|target|title|onclick],font[face|size|color|style]",
	theme_advanced_fonts : "Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Verdana=verdana,arial,helvetica,sans-serif;Times New Roman=Times New Roman,Times,serif"
});
