Linkified Text

Content Type: Widget
Categories: User Interface

Overview

Displays plain text with URLs automatically converted into clickable links.

Documentation

LinkifiedText

Displays plain text with URLs automatically converted into clickable links.

Features

  • Detects URLs in plain text (supports https://, www., and domain-only formats like example.com)
  • Converts valid URLs to clickable hyperlinks that open in a new tab
  • Keeps the surrounding text unformatted and untouched

Usage

  1. Add the widget to your Mendix page via drag & drop in Studio Pro.
  2. Bind the Value property to a string input or expression containing the text you want to display.
  3. Ensure that the bound attribute contains plain text that may include URLs (e.g. user comments, descriptions, etc.).
  4. The widget will automatically render clickable links.

Issues, suggestions and feature requests

Github issues

Releases

Version: 1.0.0
Framework Version: 10.18.6
Release Notes: Initial release