Contents |
The VF_Checkbox class
Introduction
Description of the class
Class synopsis
VF_Checkbox {
boolean getValue(void)
string toHtml([bool $isSubmitted[, bool $simpleLayout]])
string toJS(void)
}
Table of Contents
VF_Checkbox→getValue — Checks if there is a submitted value
VF_Checkbox→toHtml — Generates the HTML code for this object
VF_Checkbox→toJS — Generates the Javascript code for this object

