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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.