HTML::Widget::Element::Fieldset(3pm) User Contributed Perl Documentation HTML::Widget::Element::Fieldset(3pm)

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

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

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

Set a legend for this fieldset.

HTML::Widget::Element

Michael Gray, "mjg@cpan.org"

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

2023-08-10 perl v5.36.0