HTML::FormFu::Inflator::Callback
Callback inflator
- Provided by: libhtml-formfu-perl (Version: 2.01000-2)
- Report a bug
Callback inflator
$field->inflator('Callback')->callback( \&my_callback );
---
elements:
- type: Text
name: foo
inflators:
- type: Callback
callback: "main::my_inflator"
Callback inflator.
Arguments: \&code-reference
Arguments: "subroutine-name"
Is a sub-class of, and inherits methods from HTML::FormFu::Inflator
HTML::FormFu::FormFu
Carl Franks "cfranks@cpan.org"
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.