ValidForm Builder

Easy and safe XHTML 1.0 strict forms with validation!

Contents

VF_Fieldset→toJS

VF_Fieldset→toJS — Generates the (validation) Javascript of the current element.


Description

toJS (void);

Generates the (validation) Javascript of the current element. This function is called by ValidForm→toHtml in order to generate the entire form.

Parameters

No parameters

Return values

Returns generated Javascript in a string.

Example

No examples