| sidebar_label | fullscreenMode |
|---|---|
| title | fullscreenMode Config |
| description | Explore the fullscreenMode config in the DHTMLX JavaScript RichText library documentation. Check out developer guides, API references, try code examples and live demos, and download a free 30-day trial of DHTMLX RichText. |
@short: Optional. Turns on the RichText fullscreen mode
fullscreenMode?: boolean;
fullscreenMode: false;
// initialize RichText
new richtext.Richtext("#root", {
fullscreenMode: true
// other configuration properties
});
Change log: This property was introduced in v2.0
Related articles: Configuration
Related sample: RichText. Full toolbar