debian man page for html::widget::constraint::callback

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)

NAME
HTML::Widget::Constraint::Callback - Callback Constraint
SYNOPSIS
my $c = $widget->constraint( 'Callback', 'foo' )->callback(sub { my $value=shift; return 1; });
DESCRIPTION
A callback constraint which will only be run once for each submitted value of each named field.
METHODS
callback cb Arguments: &callback Define the callback to be used for validation. "cb" is an alias for "callback". validate perform the actual validation.
AUTHOR
Sebastian Riedel, "sri@oook.de" Marcus Ramberg, "mramberg@cpan.org"
LICENSE
This 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)
Related Man Pages
html::formfu::constraint::datetime(3pm) - debian
html::formfu::constraint::file::size(3pm) - debian
html::widget::constraint(3pm) - debian
html::widget::constraint::callbackonce(3pm) - debian
log::agent::tag::callback(3pm) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Detecting unused variables...
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com