Skip to main content

Rich Text Editor


A rich text editor is a UI component that allows users to easily create and format text without having to write HTML, as it includes formatting options such as bold, italics, underlines, etc. Place it in your form where you have to provide users with a text input space that also needs text formatting options. Note: The text is stored as HTML when saved.


Rich Text


Text Properties

The rich text editor's formatting properties are as follows:

Text Formatting

FormatDescription
Rich TextRich Text
Rich TextRich Text
Rich TextRich Text
Rich TextRich Text
Rich TextRich Text

(Un)OrderedList and Alignment

Listing & AlignmentDescription
Rich TextRich Text
[Creates a non-numbered list]
Rich TextRich Text
[Creates a numbered list]
Rich Text
(Left / Center / Right / Justify)
Rich Text
Rich Text
Rich Text
Color & LinkDescription
Rich TextRich Text
Rich TextRich Text
Rich TextRich Text

Font Style, Size, and Text Type

Type, Font & SizeDescription
Rich TextRich Text

Rich Text

Rich Text

Rich Text
Rich TextRich Text

Rich Text
Rich TextRich Text

API Methods

setReadOnly

Sets the ReadOnly flag for this component.

setReadOnly(readOnly: boolean): void

setVisibility

Sets the Visibility flag for this component.

setVisibility(visible: boolean): void

setVisibilityCondition

Sets the visibility condition for this component.

setVisibilityCondition(condition: string): void