| HTML-FormFu documentation | view source | Contained in the HTML-FormFu distribution. |
HTML::FormFu::Deflator::Callback - Callback deflator
$field->deflator('Callback')->callback( \&my_callback );
---
elements:
- type: Text
name: foo
deflators:
- type: Callback
callback: "main::my_deflator"
Callback deflator.
Arguments: \&code-reference
Arguments: "subroutine-name"
Is a sub-class of, and inherits methods from HTML::FormFu::Deflator
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.
| HTML-FormFu documentation | view source | Contained in the HTML-FormFu distribution. |