Search results

ToolbarSettingsModel API in JavaScript (ES5) RichTextEditor API control

Interface for a class ToolbarSettings

Properties

enable

boolean

Specifies whether to render toolbar in RichTextEditor.

enableFloating

boolean

Specifies whether to enable/disable floating toolbar.

itemConfigs

Object

Using this property, Modify the default toolbar item configuration like icon class.

items

[]

An array of string or object that is used to configure items.

type

ToolbarType

Specifies the Toolbar display types. The possible types are:

  • Expand: Toolbar items placed within the available space and rest of the items are placed to the extended menu section.
  • MultiRow: Toolbar which placed at top of Rich Text Editor editing area.
  • Scrollable: All the toolbar items are displayed in a single line with horizontal scrolling enabled.