Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 949 Bytes

File metadata and controls

39 lines (27 loc) · 949 Bytes
sidebar_label fullscreenMode
title fullscreenMode Config
description You can learn about the fullscreenMode config in the documentation of the DHTMLX JavaScript RichText library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX RichText.

fullscreenMode

Description {#description}

@short: Optional. Enables the RichText fullscreen mode

Usage {#usage}

fullscreenMode?: boolean; 

Default config {#default-config}

fullscreenMode: false;

Example {#example}

// initialize RichText
new richtext.Richtext("#root", {
    fullscreenMode: true
    // other configuration properties
});

Change log: The property was added in v2.0

Related articles: Configuration

Related sample: RichText. Full toolbar