Contents |
The VF_Captcha class
Introduction
Description of the class
Class synopsis
VF_Captcha {
void __construct(string $name, string $label, int $type[, array $validationRules[, array $errorHandlers[, array $meta]]])
string toHtml([bool $isSubmitted[, bool $simpleLayout]])
string toJS(void)
}
Table of Contents
VF_Captcha→__construct — Creates a new VF_Captcha object
VF_Captcha→toHtml — Generates the HTML code for this object
VF_Captcha→toJS — Generates the Javascript code for this object

