Link

Create links to external data

Specs

LabelValue

Version

0.1.0 (updated on 2022-09-11)

Developer

Labii Inc.

Type

Column

Support Configuration

No

Support Readonly view

Yes

Support Edit view

Yes

Support Form view

No

Support Default value

Yes

Support Import

Yes

Allow multiple

Yes

Overview

The Link widget transforms provided text into a clickable hyperlink, allowing users to access a predefined web link or resource with a simple click. This widget enhances user navigation and interaction by seamlessly associating specific text with external content or URLs.

Use case

  1. Use this widget to display PMID and linked to PubMed website.

Configuration

No configuration required.

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

JSON

{
    "text": "",
    "link": ""
}

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 URL or JSON.

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 URL or JSON.

Last updated