| CGI-MxScreen documentation | view source | Contained in the CGI-MxScreen distribution. |
CGI::MxScreen::Form::Utils - Standard validation & patching routines
# Not meant to be used directly
This module is the standard namespace for validation and patching routines. See CGI::MxScreen::Form::Field to learn how to link such routines to fields.
The following standard validation routines are provided:
is_numCheck that field holds a number.
is_greater valueCheck that field is greater than supplied value.
The following standard patching routines are provided:
float2intRemoves fractional part of number.
The original authors are Raphael Manfredi <Raphael_Manfredi@pobox.com> and Christophe Dehaudt <Christophe.Dehaudt@teamlog.fr>.
Send bug reports, suggestions, problems or questions to Jason Purdy <Jason@Purdy.INFO>
CGI::MxScreen::Form::Field(3).
| CGI-MxScreen documentation | view source | Contained in the CGI-MxScreen distribution. |