Config

Editor options. These can be configured upon the creation of the editor.

const editor = Jodit.make('#editor', {
   toolbar: true,
   buttons: ['bold', 'italic', 'underline']
   // other options
   // ...
});

Classes