| HTML-Widget documentation | view source | Contained in the HTML-Widget distribution. |
HTML::Widget::Constraint::Length - Length Constraint
my $c = $widget->constraint( 'Length', 'foo' );
$c->min(23);
$c->max(50);
Length Constraint.
Arguments: $max_value
Arguments: $min_value
Sebastian Riedel, sri@oook.de
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
| HTML-Widget documentation | view source | Contained in the HTML-Widget distribution. |