ValidForm Builder

Easy and safe XHTML 1.0 strict forms with validation!

Contents

The VF_Paragraph class

Introduction

This class is used by the ValidForm→addParagraph method. If you want to add a paragraph to your form, use the addParagraph method instead of using this class directly.

Class synopsis

VF_Paragraph {
	void __construct(string $label[, array $meta])
	object getFields(void)
	boolean getValue(void)
	boolean hasFields(void)
	boolean isValid(void)
	string toHtml([bool $isSubmitted])
	string toJS(void)
}

Table of Contents