ValidForm Builder

Easy and safe XHTML 1.0 strict forms with validation!

Contents

The VF_Fieldset class

Introduction

Description of the class

Class synopsis

VF_Fieldset {
	void __construct([$header = NULL[, $noteHeader = NULL[, $noteBody = NULL]]])
	object addField($field)
	array getFields(void)
	boolean isValid(void)
	string toHtml([bool $isSubmitted])
	string toJS(void)
}

Table of Contents