EDPX – Client Side Validation

Description: Standardized approach for client side form validation performed by adding an extra node to the input string.
Price: Free
Support: Will provide support as hourly consultant
Environment: WEB EVENT WAMS
Contributor: Builder Solutions Inc.
Details: From working with various clients I have seen a need for a standardized approach for client side form validation. These validations can be performed by adding an extra node to the input string.

Example:

<input name="SPOSTCODE " type="text" maxlength="006" align="right"
<RDML MERGE="POSTCODE " EDITCODEI="3"> TITLE="Postal Code" ID="postcode" EDPX="REQZIP" onfocus ="focusWork(this,event)" onblur="focusWork(this,event)" /><

Current validations are:

("EML") emailValidator
("A2Z") isAlpha
("A29") isAlphanumeric
("NUM") isNumeric
("NAN") isnotNumeric
("DTE") Valid Date
("DOB") Date of Birth
("SSN") Social security number
("ZIP") U.S. Zip Code
Disclaimer: Tech Exchange disclaimer Contributors to the LANSA Tech Exchange are responsible for the correctness of any Components (code and documentation) that they submit. Contributors are also responsible for any support that might be offered with any Components they submit. LANSA does not provide any warranty concerning fitness for purpose nor correctness of any Component submitted to the Exchange. LANSA does not provide any warranty for any ongoing support offered for Components submitted by any party to the Exchange.

Users of the Exchange who download any Component do so with the express understanding and agreement of the foregoing disclaimers.
Download:
Back to Top