ValidForm Builder

Easy and safe XHTML 1.0 strict forms with validation!

Contents

VF_Element→isValid

VF_Element→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.