Catalyst::Plugin::SuperForm

Catalyst::Plugin::SuperForm is a Perl module that allows you to create sticky forms with HTML::SuperForm.
Download

Catalyst::Plugin::SuperForm Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Christian Hansen
  • Publisher web site:
  • http://search.cpan.org/~mramberg/Catalyst-Engine-Server-0.02/lib/Catalyst/Engine/Server.pm

Catalyst::Plugin::SuperForm Tags


Catalyst::Plugin::SuperForm Description

Catalyst::Plugin::SuperForm is a Perl module that allows you to create sticky forms with HTML::SuperForm. Catalyst::Plugin::SuperForm is a Perl module that allows you to create sticky forms with HTML::SuperForm.SYNOPSIS use Catalyst qw; print $c->superform->text( name => 'test' ); print $c->superform->select( name => 'select', labels => { 'DE' => 'Germany', 'SE' => 'Sweden', 'US' => 'United States' } ); # Alias print $c->sform->text( name => 'test' );METHODSsformalias to superformsuperformReturns a instance of HTML::SuperForm. Requirements: · Perl


Catalyst::Plugin::SuperForm Related Software