Constructor
# new ValidatorOptions()
Internally created VPValidator options instance, implementing the VPValidatorOptions interface w/ standard defaults applied dynamically from the DOM bindings or statically if undefined.
NOTE: See property descriptions for DOM binding attribute names, if implemented
Properties:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
FindFieldsets |
boolean |
<optional> |
false | vp-find? |
FieldsetClass |
string |
<optional> |
VPFieldset | vp-find |
ValidateLazy |
boolean |
<optional> |
true | vp-lazy |
ValidateVisible |
boolean |
<optional> |
true | vp-visible |
- See:
-
- VPOptions For more information on properties defined