Version 1.5 glow.forms
API Quick Reference
JavaScript is required to use the quick reference
Validating HTML Forms. To get started, you'll need to create a Form instance.
Further Info & Examples
Properties
- FAIL
-
Constant for a failing test.
- PASS
-
Constant for a passed test.
- SKIP
-
Constant for a skipped test.
Namespaces
- feedback
-
Collection of functions for displaying validation results to the user
- tests
-
Collection of built-in tests that can be added to validate a form field.
Classes
- Form
-
Create an object to add tests to.
- ValidateResult
-
This is created automatically by the running validation and passed to