Inherits HTMLTextField.
Inherited by HTMLIntField.
Public Member Functions | |
getSize () | |
validate ($value, $alldata) | |
Override this function to add specific validation checks on the field input. |
Definition at line 978 of file HTMLForm.php.
HTMLFloatField::getSize | ( | ) |
HTMLFloatField::validate | ( | $ | value, | |
$ | alldata | |||
) |
Override this function to add specific validation checks on the field input.
Don't forget to call parent::validate() to ensure that the user-defined callback mValidationCallback is still run
$value | String the value the field was submitted with | |
$alldata | $all the data collected from the form |
Reimplemented from HTMLFormField.
Reimplemented in HTMLIntField.
Definition at line 986 of file HTMLForm.php.