menubar
Description
Optional. Enables the top menubar of RichText
Usage
menubar?: boolean;
Example
// initialize RichText
new richtext.Richtext("#root", {
menubar: true
// other configuration properties
});
Change log: The property was added in v2.0
Related articles: Configuration
Related sample: RichText. Initialization with menubar