// O2k7 skin (silver) tinyMCE.init({ // General options mode : "exact", elements : "ajoutsimple", theme : "advanced", skin : "o2k7", skin_variant : "silver", plugins : "lists,layer,advhr,table,advimage,advlink,emotions,iespell,searchreplace,print,contextmenu,directionality,visualchars,nonbreaking,xhtmlxtras,template,inlinepopups", // Theme options theme_advanced_buttons1 : "bold,italic,underline,strikethrough|,search,|,bullist,numlist,|,undo,redo,|,link,unlink,image,|,forecolor,backcolor|,sub,sup,|,charmap,emotions,iespell,table", theme_advanced_toolbar_location : "bottom", theme_advanced_toolbar_align : "center", theme_advanced_resizing : false, });