HTML::Widget::Element::Fieldset - Fieldset Element
Contents
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' );
