Contents |
The VF_GroupField class
Introduction
The VF_GroupField class adds a new field to an existing group object. The group object is used to create a group of checkboxes or radio buttons. Therefore, the VF_GroupField class can only add checkboxes or radio buttons to the VF_Group object.
Class synopsis
VF_GroupField {
void __construct(string $id, string $name, integer $type, string $value[, bool $checked[, array $meta]])
string toHtml([array $value[, bool $isSubmitted]])
}
Table of Contents
- VF_GroupField→__construct — Create a new VF_GroupField object
- VF_GroupField→toHtml — Generates the HTML for this particular field.

