Search results

QuickToolbarSettings API in Angular RichTextEditor API component

Configures the quick toolbar settings of the RichTextEditor.

Properties

actionOnScroll

ActionOnScroll

Specifies the action that should happen when scroll the target-parent container.

Defaults to ‘hide’

audio

[]

Specifies the items to render in quick toolbar, when audio selected.

Defaults to [‘AudioReplace’, ‘Remove’, ‘AudioLayoutOption’]

enable

boolean

Specifies whether to enable quick toolbar in RichTextEditor.

Defaults to true

image

[]

Specifies the items to render in quick toolbar, when image selected.

Defaults to [‘Replace’, ‘Align’, ‘Caption’, ‘Remove’, ’-’, ‘InsertLink’,‘OpenImageLink’, ‘EditImageLink’, ‘RemoveImageLink’, ‘Display’, ‘AltText’, ‘Dimension’]

Specifies the items to render in quick toolbar, when link selected.

Defaults to [‘Open’, ‘Edit’, ‘UnLink’]

showOnRightClick

boolean

Specifies whether to opens a quick toolbar on the right click.

Defaults to false

table

[]

Specifies the items to render in quick toolbar, when table selected.

Defaults to [‘TableHeader’, ‘TableRows’, ‘TableColumns’, ‘BackgroundColor’, ’-’, ‘TableRemove’, ‘Alignments’, ‘TableCellVerticalAlign’, ‘Styles’]

text

[]

Specifies the items to render in quick toolbar, when text selected.

Defaults to null

video

[]

Specifies the items to render in quick toolbar, when video selected.

Defaults to [‘VideoReplace’, ‘VideoAlign’, ‘VideoRemove’, ‘VideoLayoutOption’, ‘VideoDimension’]