Adds an open button to the entire browser window. It also allows you to immediately open the editor to the entire window.
const editor = Jodit.make('#editor', { fullsize: true}); Copy
const editor = Jodit.make('#editor', { fullsize: true});
If you like Jodit - try Jodit PRO
Open editor in full size
Adds an open button to the entire browser window. It also allows you to immediately open the editor to the entire window.