About the Vaadin Rich Text Editor category

Vaadin Rich Text Editor: Vaadin Rich Text Editor provides a quick and easy way to operate with the rich text formatted content. Part of the Vaadin components

Rich text editor functionality

Editor handles the following formatting:

  • Bold
  • Italic
  • Underline
  • Strike-through
  • Headings (H1, H2, H3)
  • Lists (ordered and unordered)
  • Text align (left, center, right)
  • Subscript and superscript
  • Hyperlink
  • Images, blockquotes and code blocks.

Delta and HTML format supported

You can access the rich text value of the editor in two ways:

  • Read and write Delta format
  • Read HTML

Customizable styles

The editor has two theme variants available: the ‘compact’ mode reduces the space used by the toolbar. The ‘no border’ variant removes the editor border. You can, of course, write custom CSS to style the editor including each of the buttons.