# Catalyst-Plugin-SuperForm **Repository Path**: mirrors_gitpan/Catalyst-Plugin-SuperForm ## Basic Information - **Project Name**: Catalyst-Plugin-SuperForm - **Description**: Read-only release history for Catalyst-Plugin-SuperForm - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README NAME Catalyst::Plugin::SuperForm - Create sticky HTML forms SYNOPSIS use Catalyst qw[SuperForm]; 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' ); DESCRIPTION Create sticky forms with "HTML::SuperForm". METHODS sform alias to superform superform Returns a instance of "HTML::SuperForm". SEE ALSO HTML::SuperForm, Catalyst. AUTHOR Christian Hansen, "ch@ngmedia.com" LICENSE This library is free software. You can redistribute it and/or modify it under the same terms as perl itself.