comunic/assets/js/ajoutsimple.js

16 lines
686 B
JavaScript
Raw Permalink Normal View History

2016-11-19 11:08:12 +00:00
// 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,
});