custom-form-validator
Reactive icon

Custom Form Validator

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 27 December 2021
 by 
0.0
 (0 ratings)
custom-form-validator

Custom Form Validator

Details
Custom Form Validator is a Javascript library for dealing with Validation in Outsystems Reactive Web and Mobile.
Read more

Usage

Step 1

Download and import script into your OS Reactive application. Then attach script to SCREEN or UI under required script property

Step 2

Use OsValidator function as mentioned below

#returns <boolean>

OsValidator(WidgetId).then(function(result) {
    // ... your logic here
    $resolve();
});

Pass widget #id as param to this function. Promise callback will return true or false via argument result.

Release notes (1.0.1)
Reviews (0)
Team
Other assets in this category