HTML Forms generation and validation 2008.02.05 (Default branch) |
|
|
HTML Forms generation and validation is a PHP
class that generates HTML forms supporting many
built-in validation types on server and client
sides. It prevents security attacks by discarding
spoofed values, has multiple submit protection,
outputs HTML for fields displayed as fully
accessible or in read-only mode, and has field
value filtering and reformatting. It can be
extended with custom control plug-ins. AJAX based
form submission, upload monitor progress bar,
auto-complete text input, automatic layout
renderer, calendar date, CAPTCHA, Google Maps
world location selection, linked select, and
animation effects plug-ins are available.
License: BSD License (original)
Changes:
The generation of JavaScript strings was optimized to produce more compact strings with characters that need to be escaped. A unit test script was added verify whether the generation of JavaScript strings is correct. The Google maps location custom input was enhanced to support the use of custom icons and omitting the initial map center coordinates. Its HTML output was also optimized to generate less JavaScript code when there are many markers to display. Several types of minor bugs oin the main forms class were fixed.
|