Maypole-FormBuilder

 view release on metacpan or  search on metacpan

lib/Maypole/Plugin/FormBuilder.pm  view on Meta::CPAN

}
    
=item as_forms( %args )

    %args = ( objects => $object|$arrayref_of_objects,   # defaults to $r->objects
              %other_form_args,
              );

Generates multiple forms and returns them as a list.

You may want to reduce C<selectnum> to generate popup menus rather than multiple radiobuttons 
or checkboxes ( see the C<list> template in this distribution).

=cut

sub as_forms
{
    my $r = shift;
    
    my $mode = shift if @_ % 2;
    



( run in 1.262 second using v1.01-cache-2.11-cpan-364913b4093 )