Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 868 Bytes

File metadata and controls

39 lines (27 loc) · 868 Bytes
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.

fullscreenMode

Description

@short: Optional. Turns on the RichText fullscreen mode

Usage

fullscreenMode?: boolean; 

Default config

fullscreenMode: false;

Example

// 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