ValidForm Builder

Easy and safe XHTML 1.0 strict forms with validation!

Contents

The VF_Element class

Introduction

Description of the class

Class synopsis

VF_Element {
	void __construct(string $name, string $label, int $type[, array $validationRules[, array $errorHandlers[, array $meta[, bool $justRender]]]])
	string getRandomId($name)
	boolean getValue(void)
	boolean hasFields(void)
	boolean isValid(void)
	string toHtml([bool $isSubmitted[, bool $simpleLayout]])
	string toJS(void)
}

Table of Contents