Form module

Module for working with forms

Introduction

The form module provides several classes to easily work with XHTML forms. Several classes are provided to create a form and its controls, and to validate and process it upon submission. The main concepts used in the form module are forms, fieldsets, and controls.

A form is represented by the AnewtForm class. This class is the main FIXME

The AnewtForm class represents a single form. Though this class can be instantiated directly, usually a subclass is used instead.

Class listing

This module provides the following classes:

  1. AnewtForm