one-format
Reactive icon

One Format

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 30 November 2024
 by 
Charith RC - EONE
0.0
 (0 ratings)
one-format

One Format

Documentation
1.0.0

How to Use

  • Download and Add: Download the One Format component from the Forge and add it as a dependency to your application.
  • Integrate the Block: Use the provided block in any screen where you need code formatting functionality.

Input Parameters

    The block accepts two input parameters.

  • Input: The unformatted code you want to format.
  • Language: The programming language of the code (e.g., HTML, CSS, JavaScript).

Output Parameters/Handlers

The block contains non mandatory handler which has two parameters.

  • DetailedErrorMessage: Throws detailed error message if any.
  • FormattedCode: Gives formatted Code.

  • Automatic Formatting: Once the inputs are provided, the block processes the code, applies the appropriate formatting, and renders the beautified result instantly.
  • CSS Styling: The block automatically inherits the CSS from the parent screen, ensuring a consistent look and feel throughout your application.