mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
5c3fbe2d58
for creating, validating and processing HTML forms. PR: 64954 Submitted by: Gerrit Beine (<gerrit@beine-computer.de>) Approved by: mat (mentor).
16 lines
595 B
Plaintext
16 lines
595 B
Plaintext
The HTML_QuickForm package provides methods for dynamically create, validate
|
|
and render HTML forms.
|
|
|
|
Features:
|
|
* More than 20 ready-to-use form elements.
|
|
* XHTML compliant generated code.
|
|
* Numerous mixable and extendable validation rules.
|
|
* Automatic server-side validation and filtering.
|
|
* On request javascript code generation for client-side validation.
|
|
* File uploads support.
|
|
* Total customization of form rendering.
|
|
* Support for external template engines (ITX, Sigma, Flexy, Smarty).
|
|
* Pluggable elements, rules and renderers extensions.
|
|
|
|
WWW: http://pear.php.net/package/HTML_QuickForm
|