logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

HTML::FormFu::Element::Fieldset - Fieldset element

Author

       Carl Franks <cpan@fireartist.com>

Description

       Fieldset element.

License

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

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".

Name

       HTML::FormFu::Element::Fieldset - Fieldset element

See Also

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

       HTML::FormFu

Synopsis

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

Version

       version 2.07

See Also