fm.announce
[Top] [All Lists]

HTML Forms generation and validation 2006.07.04 - A PHP class to dynami

Subject: HTML Forms generation and validation 2006.07.04 - A PHP class to dynamically generate and validate HTML forms.
From:
Date: Wed, 5 Jul 2006 08:39:49 +0000 UTC
Newsgroups: fm.announce
HTML Forms generation and validation 2006.07.04  
  by Manuel Lemos (http://freshmeat.net/~mlemos/)
  Wed, Jul 5th 2006 01:39 

About:
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 input control plug-in
classes. AJAX based form submission, auto-complete text input, automatic
vertical layout renderer, Calendar date, CAPTCHA, Google Maps world
location selection, and linked select plug-in controls are available.  

Changes:
A new plug-in was made available to attach auto-complete behavior to a text
input. It can present a menu with suggested words to complete the first few
letters that the user types in a text input, in a similar way to Google
Suggest. The list of auto-complete words can be loaded all at once within
the Javascript generated by the plug-in, or loaded on demand from the
server using an AJAX request.  

Release focus: Major feature enhancements 
      License: BSD License (original) 
  Project URL: http://freshmeat.net/projects/htmlformsgenerationandvalidation/

            Homepage: 
http://freshmeat.net/redir/htmlformsgenerationandvalidation/4170/url_homepage/formsgeneration
Mailing list archive: 
http://freshmeat.net/redir/htmlformsgenerationandvalidation/4170/url_list/forms-dev
         Mirror site: 
http://freshmeat.net/redir/htmlformsgenerationandvalidation/4170/url_mirror/1.html
           Demo site: 
http://freshmeat.net/redir/htmlformsgenerationandvalidation/4170/url_demo/8178.html
 
 
____________________________| Advertising |____________________________
Ever wonder why HP has seven consecutive years of Linux market share 

Maybe it's our portfolio of best-of-breed partner products, or
HP value-add in management, high availability, and virtualization. Maybe
it's the integrated, consolidated infrastructure of HP BladeSystem,
single-source accountability and solution support from HP Services in 160
countries, or just our unwavering commitment to the open source
community.
 

See: http://showcase.linux.com/hposms.tmpl 
____________________________| Advertising |____________________________


<Prev in Thread] Current Thread [Next in Thread>