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

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, "[email protected]"

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
2007-03-01 perl v5.29.6