ValidForm Builder

Easy and safe XHTML 1.0 strict forms with validation!

Contents

The VF_Note class

Introduction

The VF_Note class is used by VF_Fieldset to create the heading and body texts inside a new fieldset. This class is for internal use only.

Class synopsis

VF_Note {
	void __construct(string $header, string $body)
	string toHtml()
}

Table of Contents