HTML::Widget::Element::Fieldset
Fieldset Element
- Provided by: libhtml-widget-perl (Version: 1.11-5)
- Report a bug
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.