fullscreen

defines whether the editor is displayed in the fullscreen mode

boolean fullscreen;

Example

webix.ui({
    view: "editor",
    value: "<p>Hello World!</p>",
    fullscreen: true,
    upload: "https://docs.webix.com/richtext-backend/images"
});


Default value:

false
See also
Back to top