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
- VF_Paragraph→__construct — Creates a new VF_Paragraph object
- VF_Paragraph→getFields — Placeholder
- VF_Paragraph→getValue — Placeholder
- VF_Paragraph→hasFields — Placeholder
- VF_Paragraph→isValid — Placeholder
- VF_Paragraph→toHtml — Generates the HTML for this multifield and all fields inside it
- VF_Paragraph→toJS — Placeholder

