Contents |
The VF_Textarea class
Introduction
This class creates a new textarea element. This class is for internal use only. Use ValidForm→addField to add a textarea to the current form.
Class synopsis
VF_Textarea {
string toHtml([bool $isSubmitted[, bool $simpleLayout]])
string toJS(void)
}
Table of Contents
VF_Textarea→toHtml — Generates the HTML code for this object
VF_Textarea→toJS — Generates the Javascript code for this object

