Commit graph

4 commits

Author SHA1 Message Date
Sergey Svishchev
7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00
Hiramatsu Yoshifumi
f263ea4b9b p5-NEXT is moved to pkgsrc. 2006-02-21 10:49:24 +00:00
Roman Kulik
d8a49774a7 Changed locations of required the packages that are still in wip to be wip instead of their normal locations 2005-08-31 21:06:37 +00:00
Roman Kulik
68bd80be4f Fill forms automatically, based on data from a previous HTML form. Typically
(but not necessarily) used in conjunction with the
Catalyst::Plugin::FormValidator manpage. This module automatically inserts data
from a previous HTML form into HTML input fields, textarea fields, radio
buttons, checkboxes, and select tags. It is an instance of the HTML::FillInForm
manpage, which itself is a subclass of the HTML::Parser manpage, which it uses
to parse the HTML and insert the values into the proper form tags.

The usual application is after a user submits an HTML form without filling out
a required field, or with errors in fields having specified constraints.
FillInForm is used to redisplay the HTML form with all the form elements
containing the submitted info. FillInForm can also be used to fill forms with
data from any source, e.g. directly from your database.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-FillInForm/
2005-08-29 20:34:52 +00:00