RichText
The RichText widget enables the input and display of rich text content using a built-in rich text editor.
Last updated
The RichText widget enables the input and display of rich text content using a built-in rich text editor.
Version
0.2.0 (updated on 2025-12-09)
Developer
Labii Inc.
Type
Column
Support Configuration
Yes
Support Readonly view
Yes
Support Edit view
Yes
Support Form view
Yes
Support Default value
Yes
Support Import
Yes
Allow multiple
Yes
The RichText widget enables the input and display of rich text content using a built-in rich text editor. This widget empowers users to create and edit text with various formatting options, such as bold, italic, underline, font styles, sizes, and more. It seamlessly combines text and formatting within a single component, allowing for the creation of visually appealing and dynamic content.
Use this widget to collect rich text like email body.
Users can configure whether the text is collapsed by default. The default setting is true. If collapsing is supported, users can expand the text; otherwise, the widget displays the full content.
Should Collapse - Whether the rich text content should be collapsed by default.
See the interface of the widget in the following views.
Readonly view display the values of the column.


The Edit view is the interface that allows you to modify the value.

The Form view is the field integrated into the add form for collecting values when creating a new record.
The Form view is same as the Edit view.
Each widget in Labii stores data in a unique manner; refer below to understand how data from this widget is stored.
HTML code.
The Default Value field within the column allows you to specify the default value when a record is created.
Default value can be any HTML code.
The Import Value is the value you need to include in your Excel table for it to be imported into Labii.
Import value can be any HTML code.
Last updated