Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 821 Bytes

File metadata and controls

33 lines (23 loc) · 821 Bytes
sidebar_label menubar
title menubar Config
description You can learn about the menubar 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.

menubar

Description

@short: Optional. Turns on the top menubar in RichText.

Usage

menubar?: boolean; 

Example

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

Change log: This property was introduced in v2.0

Related articles: Configuration

Related sample: RichText. Initialization with menubar