Re: [PEAR] [ANNOUNCEMENT] HTML_QuickForm2-2.0.0 (stable) Released.
[email protected] (Alexey Borzov)
| Newsgroups | php.pear.dev |
|---|---|
| Message-ID | <[email protected]> |
Hi, We finally did it. Yay! BTW, can someone with admin rights on PEAR website mark HTML_QuickForm_Renderer_Tableless and HTML_QuickForm_DHTMLRulesTableless as deprecated in favor of HTML_QuickForm2? On 26.06.2012 19:24, PEAR Announce wrote: > The new PEAR package HTML_QuickForm2-2.0.0 (stable) has been released at http://pear.php.net/. > > Release notes > ------------- > * Leftover 'foo' no longer stays in grouped element's name when renaming group > named 'foo[foo]' (bug #19477) > * 'classes' property of qf.Validator moved to its prototype, making it easier > to override > * Items marked deprecated previously are removed > > Package Info > ------------ > PHP5 rewrite of HTML_QuickForm and HTML_QuickForm_Controller packages. > > This package provides methods to create, validate and render HTML forms. > > Features: > * Supports all form elements defined by HTML standard, provides several > custom elements > * Server-side and client-side validation, several common rules provided > * Multipage forms (tabbed forms and wizards) > * Pluggable elements, rules, renderers and renderer plugins > > Major advantages over PHP4 version: > * Most of the package's functionality is covered by unit tests > * DOM-like API for building the form structure, new streamlined API for > elements' values handling > * Default rendering without tables (inspired by > HTML_QuickForm_Renderer_Tableless) > * Renderer plugins for elements with complex rendering needs > * Ability to chain validation rules with 'and' and 'or' > * Client-side validation can run "live" on changing the form fields, > validation errors are displayed near the fields instead of in alert() > > Related Links > ------------- > Package home: http://pear.php.net/package/HTML_QuickForm2 > Changelog: http://pear.php.net/package/HTML_QuickForm2/download/2.0.0 > Download: http://download.pear.php.net/package/HTML_QuickForm2-2.0.0.tgz > > Authors > ------- > Alexey Borzov (lead) > Bertrand Mansion (lead) > >