Query: html::widget::constraint::callback
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HTML::Widget::Constraint::Callback(3pm) User Contributed Perl Documentation HTML::Widget::Constraint::Callback(3pm)NAMEHTML::Widget::Constraint::Callback - Callback ConstraintSYNOPSISmy $c = $widget->constraint( 'Callback', 'foo' )->callback(sub { my $value=shift; return 1; });DESCRIPTIONA callback constraint which will only be run once for each submitted value of each named field.METHODScallback cb Arguments: &callback Define the callback to be used for validation. "cb" is an alias for "callback". validate perform the actual validation.AUTHORSebastian Riedel, "sri@oook.de" Marcus Ramberg, "mramberg@cpan.org"LICENSEThis library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2007-03-01 HTML::Widget::Constraint::Callback(3pm)