Fix fields and add warning on content too long

This commit is contained in:
Xbird
2022-10-01 22:55:58 +00:00
parent 1a38d3e854
commit f815cfa58a
30 changed files with 681 additions and 597 deletions

View File

@@ -26,13 +26,13 @@ function Raptor() {
skin: 'oxide-dark',
content_css: 'dark',
language: 'fr_FR',
plugins: 'advlist autolink autosave code fullscreen hr image link lists paste quickbars searchreplace table template',
plugins: 'advlist autolink autosave code fullscreen hr image link lists paste quickbars searchreplace table template wordcount',
menubar: 'edit insert view format table tools link',
setup: function(ed) {
ed.on('init', function(e) { ed.save(); });
ed.on('change', function(e) { ed.save(); });
},
toolbar: 'undo redo | bold italic underline | formatselect | alignleft aligncenter alignright alignjustify | outdent indent | numlist bullist | forecolor backcolor removeformat | link image template | fullscreen',
toolbar: 'undo redo | bold italic underline | formatselect | alignleft aligncenter alignright alignjustify | outdent indent | numlist bullist | forecolor backcolor removeformat | link image template | fullscreen | wordcount',
toolbar_mode: 'wrap',
browser_spellcheck: true,
contextmenu: false,