MultilineText

Edit text with multiline

Specs

LabelValue

Version

0.1.0 (updated on 2021-09-15)

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

Overview

MultilineText widget handles both input and display of text across multiple lines. With this widget, users can effortlessly enter and edit multiline text, while also viewing extensive textual content in a clean and organized format. Its user-friendly design ensures an intuitive experience for handling paragraphs.

Use case

  1. Use this widget to collect multiline text.

Configuration

Depending on your specific use case, you have the flexibility to configure different line separators for this widget. For instance, you can opt for a "line break" to separate the text, or alternatively, use the "|" symbol as the separator.

  • Line separator - Defaults to line breaker.

    • Line breaker (\n)

    • Comma (,)

    • Semicolon (;)

    • Vertical line (|)

Views

See the interface of the widget in the following views.

Readonly view

Readonly view display the values of the column.

Edit view

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

Form view

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.

Data

Each widget in Labii stores data in a unique manner; refer below to understand how data from this widget is stored.

Data format

Text

Default value

The Default Value field within the column allows you to specify the default value when a record is created.

Default value can be any text.

Import value

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 text.

Text with line separator. For example: Line 1\nLine 2

Last updated