Commit graph

4 commits

Author SHA1 Message Date
Andrej Zverev
ee68283a0d - Update to 1.09
- Changes: http://cpansearch.perl.org/src/JALLWINE/HTML-SuperForm-1.09/Changes

While i'm here fix comment section which was stolen from
textproc/p5-Template-Plugin-Lingua-EN-Inflect :-)

PR:	ports/140889
Submitted by:	Sahil Tandon <sahil@tandon.net>
2009-11-26 08:46:29 +00:00
Anton Berezin
2e3876cd54 Update to 1.08.
Changes:	http://search.cpan.org/dist/HTML-SuperForm/Changes
2009-10-20 10:21:24 +00:00
Wen Heping
28cdc02a05 - Update to 1.06
Approved by:	mentors(implicit)
2009-10-19 00:56:08 +00:00
Philip M. Gollucci
94b541488f Used in its basic form, this module provides an interface for generating basic
HTML form elements much like HTML::StickyForms does. The main difference is
HTML::SuperForm returns HTML::SuperForm::Field objects rather than plain HTML.
This allows for more flexibilty when generating forms for a complex application.

To get the most out of this module, use it as a base (Super) class for your own
form object which generates your own custom fields. If you don't use it this way,
I guess there's really nothing Super about it. Example are shown later in the document.

The interface was designed with mod_perl and the Template Toolkit in mind,
but it works equally well in any cgi environment.

A dep for www/p5-Gantry

Reported by:    Cezary Morga <cm@therek.net>
2009-07-14 23:17:35 +00:00