fullscreenMode
Description
Optional. Enables 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: The property was added in v2.0
Related articles: Configuration
Related sample: RichText. Full toolbar