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::Widget::Element::Fieldset - Fieldset Element

Author

       Michael Gray, "mjg@cpan.org"

Description

       Fieldset Element.  Container element creating a fieldset which can contain other Elements.

License

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

perl v5.36.0                                       2023-08-10               HTML::Widget::Element::Fieldset(3pm)

Methods

newlegend
       Set a legend for this fieldset.

Name

       HTML::Widget::Element::Fieldset - Fieldset Element

See Also

       HTML::Widget::Element

Synopsis

           my $fs = $widget->element( 'Fieldset', 'address' );
           $fs->element( 'Textfield', 'street' );
           $fs->element( 'Textfield', 'town' );

See Also