ValidForm Builder

Easy and safe XHTML 1.0 strict forms with validation!

Contents

ValidForm→addFieldset

ValidForm→addFieldset — Adds a group of fields to the ValidForm object


Description

addFieldset (string $label, [string $noteHeader, string $noteBody]]);

Adds a group of fields to the ValidForm object.

Parameters

  • label
    Label of the new group of fields, this will be the <legend> content.
  • noteHeader
    Heading text above the group of fields.
  • noteBody
    Body text above the group of fields.

Return values

Returns new VF_Fieldset object