Fix fields and add warning on content too long
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user