The Rich Text Editor component for Retool Apps
An input field to enter text with rich formatting.
Settings
Rich Text Editor includes the following configurable options when building apps in the IDE.
Event handlersForm data keyShow on desktopShow on mobileMaintain space when hiddenMarginAlways show in edit modeStylesValue |
Properties
All properties for Rich Text Editor with supported data types or values. You can write JavaScript almost anywhere in Retool to manipulate or read property values.
Properties
method
The JavaScript method to perform when type
is datasource
, widget
, state
, or localStorage
.
Values
datasource | Control query. |
widget | Control component. |
script | Run script. |
state | Set variable. |
localStorage | Set localStorage. |
util | Perform utility action (e.g., Open URL or Confetti). |
formDataKey
The key used by a Form component to assign default values to input fields using form.initialData
, and to construct the form.data
property.
global
Whether the object is globally scoped for use in all app pages.
Whether the component is visible.
id
The unique identifier.
isHiddenOnDesktop
Whether the component is visible in the desktop layout.
isHiddenOnMobile
Whether the component is visible in the mobile layout.
maintainSpaceWhenHidden
Whether the component takes up space on the canvas if hidden
is true
.
pluginType
The plugin type.
selection
The index of the cursor and the length of the selection.
showInEditor
Whether to remain visible in the editor if hidden
is true
.