[9.2.10] aperçu footer

This commit is contained in:
fredtempez 2019-11-12 12:05:23 +01:00
parent 20463e8728
commit 36ccffe074
1 changed files with 5 additions and 5 deletions

View File

@ -5,11 +5,11 @@ tinymce.init({
// Classe où appliquer l'éditeur
selector: ".editorWysiwyg",
// Aperçu dans le pied de page
// setup:function(ed) {
// ed.on('change', function(e) {
// $("#footerText").html(ed.getContent());
// });
//},
setup:function(ed) {
ed.on('change', function(e) {
$("#footerText").html(tinyMCE.get('themeFooterText').getContent());
});
},
// Langue
language: "fr_FR",
// Plugins