This class can be used to compose and output HTML forms that include Javascript based client-side validation rules to check the form inputs.
It can compose forms with inputs of the types: text, password, hidden, textarea, radio, checkbox, select, file, reset, submit.
The form input definition parameters may include the respective input label and validation requirement.
When the form definition is closed, the class generates the necessary Javascript code to check the inputs that need to be validated. |