Search results

InlineMode API in JavaScript RichTextEditor API control

Configures the inlineMode settings for the Rich Text Editor (RTE).

Properties

enable

boolean

Determines whether the inline toolbar in the RTE is enabled or disabled.

Defaults to false

onSelection

boolean

Specifies whether the inline toolbar should be rendered based on the presence of a selection. When set to true, the toolbar will be displayed only when text or content is selected. When set to false, the toolbar will be rendered regardless of the selection state.

Defaults to true