HTML::FormFu::Element::Fieldset(3) Fieldset element

VERSION

version 2.03

SYNOPSIS


my $fs = $form->element( Fieldset => 'address' );

DESCRIPTION

Fieldset element.

METHODS

legend

If ``legend'' is set, it is used as the fieldset's legend

legend_loc

Arguments: $localization_key

To set the legend to a localized string, set ``legend_loc'' to a key in your L10N file instead of using ``legend''.

AUTHOR

Carl Franks, "[email protected]"

LICENSE

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.