Created on 27 December 2021
icon_unfollowing
Login to follow
custom-form-validator

Custom Form Validator

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 27 December 2021 by 
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)
Category
User interface, Input & forms
Tags
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
Custom Form Validator has no dependencies.
Application Objects
Custom Form Validator has 0 AOs.
Team
Compatible with
Version 11
Database:
All
Asset consumers
No consumers yet.
Weekly downloads