pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/p5-Catalyst-Plugin-FillInForm



Module name:    wip
Committed by:   kuli0020
Date:           Mon Aug 29 20:34:52 UTC 2005

Import into wip/p5-Catalyst-Plugin-FillInForm

Log Message:
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/


Status:

Vendor Tag:     kuli0020
Release Tags:   kuli0020_20050829
                
N wip/p5-Catalyst-Plugin-FillInForm/distinfo
N wip/p5-Catalyst-Plugin-FillInForm/PLIST
N wip/p5-Catalyst-Plugin-FillInForm/Makefile
N wip/p5-Catalyst-Plugin-FillInForm/DESCR

No conflicts created by this import


To generate a diff of this commit:

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs



Home | Main Index | Thread Index | Old Index