Scroll to navigation

HTML::FormFu::Element::Multi(3pm) User Contributed Perl Documentation HTML::FormFu::Element::Multi(3pm)

NAME

HTML::FormFu::Element::Multi - Combine multiple fields in a single element

SYNOPSIS

    my $e = $form->element( Multi => 'foo' );

DESCRIPTION

Combine multiple form fields in a single logical element.

METHODS

SEE ALSO

Is a sub-class of, and inherits methods from HTML::FormFu::Element::_Field, HTML::FormFu::Element
HTML::FormFu

AUTHOR

Carl Franks, "cfranks@cpan.org"

LICENSE

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
2011-05-10 perl v5.14.2