Created on 19 March 2010
icon_unfollowing
Login to follow
icon-png

HTML Utils

icon_trusted
Stable version 1.0.1 (Compatible with OutSystems 11)
Other versions available for 10 and Older
Uploaded on 21 June 2021 by 
icon-png

HTML Utils

Documentation
1.5

HtmlUtils is an Outsystems component available on the forge for your Traditional Web Application. It is an extension with 5 actions that have many functionalities:

  • DecodeURL (Returns a string with all non-alphanumeric characters decoded)
  • GetURIParts (Provides access to the various parts of an URI. Only works with absolute URIs)
  • HtmlToText (Removes tags from an HTML string, producing a clean text version of the input)
  • LinkifyText (Detects all URLs in a piece of text, and turns them into the appropriate anchor tags)
  • TrimHtml (Trims an HTML string closing all the tags.)


Instructions:

1. Download the component and manage your dependencies

Download and install the component in your desired environment. Manage your dependencies on your desired module. You should have available at your disposal five server actions.

Five server actions available


2. Use these actions on your flows

With the five actions available, you can use them on standard OutSystems flows on-screen actions, some of them could also be used in expressions because they have the function property set to yes.

Example of a flow using a server action provided by the component (DecodeURL)




Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
HTML Utils has no dependencies.