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.
the HTML::Widget::Element manpage
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.