Constructor
# new FieldsetOptions()
Internally created VPFieldset options instance, implementing the VPFieldsetOptions 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 |
---|---|---|---|---|
FindFields |
boolean |
<optional> |
false | vp-find? |
FieldClass |
string |
<optional> |
'VPField' | vp-find |
ValidateVisible |
boolean |
<optional> |
true | vp-visible |
ValidationStrategy |
ValidationOption |
<optional> |
'all' | vp-strategy |
ScrollTo |
boolean |
<optional> |
true | vp-scroll |
- See:
-
- VPFieldsetOptions For more information on properties defined