2021-08-26 18-09-47
João Santos
Champion
Text list widget
80
Views
3
Comments
New
OutSystems UI

A simple widget to allow to add text formated as a list. There is currently no simple and easy way to write a hardcoded text list on a UI screen (useful for information pages, with instructions and such).

The widget would allow a simple way to create a list like this example bellow.

This is a list:

  • Item 1
  • Item 2
  • Item 3

The only required input for the widget would be: list heading, list items, and probably a selector for ordered or unordered list

Hi João,

At the moment, there are many Forge components that allow your applications to have rich text inputs. Wouldn't that work for you?


Regards.

2021-08-26 18-09-47
João Santos
Champion

Widget that lets you write Markdown directly into Service Studio, lists included:

https://www.outsystems.com/forge/component-overview/18172/markdown-text-widget-o11

Looks great, João! Good job!