|
|
|
@ -12,8 +12,6 @@ tinymce.init({
|
|
|
|
|
toolbar: "restoredraft | undo redo | styleselect | bold italic forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist | insert | code fullscreen",
|
|
|
|
|
// Contenu du menu contextuel
|
|
|
|
|
contextmenu: "cut copy paste pastetext | selectall searchreplace | link image inserttable | cell row column deletetable",
|
|
|
|
|
// Menu contextuel pour modifier un lien
|
|
|
|
|
link_context_toolbar: true,
|
|
|
|
|
// Fichiers CSS à intégrer à l'éditeur
|
|
|
|
|
content_css: [
|
|
|
|
|
baseUrl + "core/layout/common.css",
|
|
|
|
@ -25,6 +23,8 @@ tinymce.init({
|
|
|
|
|
body_class: "editorWysiwyg",
|
|
|
|
|
// Cache les menus
|
|
|
|
|
menubar: false,
|
|
|
|
|
// URL menu contextuel
|
|
|
|
|
link_context_toolbar: true,
|
|
|
|
|
// Cache la barre de statut
|
|
|
|
|
statusbar: false,
|
|
|
|
|
// Autorise l'ajout de script
|
|
|
|
|