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.

const editor = Jodit.make('#editor', {
  fullsize: true
});

fullsize

fullsize(editor): void

Process toggleFullSize event, and behavior - set/unset fullsize mode

Parameters

Name Type
editor IViewWithToolbar<IViewOptions>

Returns

void

Defined in

jodit/src/plugins/fullsize/fullsize.ts:27