Contents |
VF_Fieldset→isValid
VF_Fieldset→isValid — Same as ValidForm→isValid but this method only checks the form elements within the current element.
Description
isValid (void);
Checks the form elements within the current element.
Parameters
No parameters.
Return values
Returns a boolean: true if valid, false if not.
Example
No examples.

