Query: html::formfu::constraint::range
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HTML::FormFu::Constraint::Range(3pm) User Contributed Perl Documentation HTML::FormFu::Constraint::Range(3pm)NAMEHTML::FormFu::Constraint::Range - Numerical Range ConstraintSYNOPSIStype: Range min: 18 max: 35DESCRIPTIONNumerical range constraint. This constraint doesn't honour the "not()" value.METHODSminimum min If defined, the input value must be equal to or greater than this. "min" is an alias for "minimum". maximum max If defined, the input value must be equal to or less than this. "max" is an alias for "maximum".SEE ALSOIs a sub-class of, and inherits methods from HTML::FormFu::Constraint HTML::FormFuAUTHORCarl Franks "cfranks@cpan.org"LICENSEThis library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-01-23 HTML::FormFu::Constraint::Range(3pm)