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


HTML-Widget documentation  | view source Contained in the HTML-Widget distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

METHODS

Top

new

legend

Set a legend for this fieldset.

SEE ALSO

Top

HTML::Widget::Element

AUTHOR

Top

Michael Gray, mjg@cpan.org

LICENSE

Top

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


HTML-Widget documentation  | view source Contained in the HTML-Widget distribution.