/
38
Sponsor

Toolbar Controls

All available toolbar controls for @editorcn/editor.

The RichTextEditor from @editorcn/editor provides a comprehensive set of toolbar controls. Each control is accessible as a static property on RichTextEditor.

These controls are for the toolbar-style editor (@editorcn/editor). For the block-style editor, see @editorcn/block-editor.

Text Formatting

ComponentDescription
RichTextEditor.BoldBold text
RichTextEditor.ItalicItalic text
RichTextEditor.UnderlineUnderline text
RichTextEditor.StrikethroughStrikethrough text
RichTextEditor.CodeInline code
RichTextEditor.CodeBlockCode block
RichTextEditor.HighlightText highlight
RichTextEditor.SubscriptSubscript text
RichTextEditor.SuperscriptSuperscript text
RichTextEditor.ClearFormattingRemove all formatting

Headings

ComponentDescription
RichTextEditor.H1Heading 1
RichTextEditor.H2Heading 2
RichTextEditor.H3Heading 3
RichTextEditor.H4Heading 4
RichTextEditor.H5Heading 5
RichTextEditor.H6Heading 6

Lists & Blocks

ComponentDescription
RichTextEditor.BulletListBullet list
RichTextEditor.OrderedListNumbered list
RichTextEditor.BlockquoteBlock quote
RichTextEditor.HrHorizontal rule

Alignment

ComponentDescription
RichTextEditor.AlignLeftAlign left
RichTextEditor.AlignCenterAlign center
RichTextEditor.AlignRightAlign right
RichTextEditor.AlignJustifyJustify
ComponentDescription
RichTextEditor.LinkAdd/edit link (opens popover)
RichTextEditor.UnlinkRemove link

History

ComponentDescription
RichTextEditor.UndoUndo
RichTextEditor.RedoRedo