tinyMCE.init({ mode : "specific_textareas", theme : "advanced", language : "fr", width: 305, height : 300, theme_advanced_toolbar_location : "top", content_css : "/design/v1/tiny_txt.css", editor_selector : "mceEditor", plugins: "emotions", /* plugins : "style,layer,table,advimage,advlink,media,inlinepopups,preview,searchreplace,contextmenu,directionality,visualchars,nonbreaking,xhtmlxtras,template,filemanager", */ theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,bullist,link,unlink,forecolor,|,emotions", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "center", theme_advanced_resize_horizontal : false, theme_advanced_resizing : true, apply_source_formatting : true, relative_urls : false, remove_script_host : false, convert_urls : false, verify_html : true });