Search results

ToolbarSettingsModel API in JavaScript RichTextEditor API control

Interface for a class ToolbarSettings

Properties

enable

boolean

Specifies whether to render the toolbar in the RichTextEditor.

enableFloating

boolean

Specifies whether to enable or disable the floating toolbar.

itemConfigs

Object

Allows modification of the default toolbar item configuration, such as the icon class.

items

[]

An array of strings or objects used to configure the toolbar items.

type

ToolbarType

Specifies the display types of the toolbar. The available types are:

  • Expand: Toolbar items fit within available space, and the rest are placed in the extended menu.
  • MultiRow: Toolbar placed at the top of the RichTextEditor editing area.
  • Scrollable: Toolbar items displayed in a single line with horizontal scrolling enabled.