in file checkbox.php, method HTML_QuickForm_checkbox::exportValue() Return true if the checkbox is checked, null if it is not checked (getValue() returns false)
in file Default.php, method HTML_QuickForm_Renderer_Default::finishForm() Called when visiting a form, after processing all form elements Adds required note, form attributes, validation javascript and form content.
in file group.php, method HTML_QuickForm_group::getGroupType() Gets the group type based on its elements Will return 'mixed' if elements contained in the group are of different types.
in file ArraySmarty.php, class HTML_QuickForm_Renderer_ArraySmarty A static renderer for HTML_QuickForm, makes an array of form content useful for a Smarty template
in file ITStatic.php, class HTML_QuickForm_Renderer_ITStatic A static renderer for HTML_QuickForm compatible with HTML_Template_IT and HTML_Template_Sigma.
in file QuickForm.php, method HTML_QuickForm::isError() Tell whether a result from a QuickForm method is an error (an instance of HTML_QuickForm_Error)
isFrozen
in file QuickForm.php, method HTML_QuickForm::isFrozen() Returns whether or not the whole form is frozen