For the complete documentation index, see llms.txt. This page is also available as Markdown.

Rich Text Editor

Rich Text Editor is the interface for editing rich text, which presents the user with a "what-you-see-is-what-you-get" editing area.

Rich Text Editor is commonly paired with a Rich Text whose input is HTML. Rich Text will be able to display the text that’s entered into the Editor.

Properties

Form item name: This is the name that the encompassing form will use to access the output of the checkbox. See Custom Form for how it's used.

Default value: Select which option will be the default value.

Readonly: When on, user will not be able to input anything.

See Form Check for data validation.

See Tooltip for tooltip configurations.

Supported Events

Text Change: Triggered when a user changes text in the editor.

Supported Actions

Set Rich Text: Set the input value.

Set Validate Result: Set whether the input is valid.

Set Data: Change element data. See Data Store.

Set Loading: Set loading animation. See Set loading animations.

Visit Interactions for more on events and actions.

Last updated

Was this helpful?