» Version | » Information |
---|---|
2023-11-02 stable |
|
2022-05-23 stable |
|
2022-04-02 stable |
|
2021-06-25 stable |
|
2021-05-09 stable |
|
2020-09-15 stable |
|
2019-04-10 stable |
|
2014-06-28 stable |
|
2014-06-26 stable |
|
2012-06-26 stable |
|
2012-05-22 beta |
|
2012-04-18 beta |
|
2012-03-20 beta |
|
2011-09-29 beta |
|
2011-06-13 beta |
|
2010-12-09 alpha |
|
0.4.0 |
Easy InstallNot sure? Get more info. pear install HTML_QuickForm2-0.4.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_QuickForm2-0.4.0 Release date: 2010-03-08 15:31 UTC Release state: alpha Release uploaded by: avb Changelog: Milestone 4: port of HTML_QuickForm_Controller, group rules Major additions and changes * Includes a port of HTML_QuickForm_Controller. It is now possible to create multipage forms (wizards, tabbed forms, etc.) with HTML_QuickForm2 * It is now possible to leverage existing rules for group validation (see also request #12610) * Rule configuration redone, now an error for an incomplete or bogus configuration will be thrown immediately on adding a Rule rather than on validating with it. Rule::getConfig() will now return the complete configuration rather than a local part of it. Features added * It is possible to disable "intrinsic validation" for select elements (request #13088) * Checkboxes named 'foo[]' properly get their values from data sources (request #16806) * Arrays generated by Array Renderer for fieldsets and groups contain 'type' keys (request #16937) * Added setElementTemplateForGroupClass() and setElementTemplateForGroupId() methods HTML_QuickForm2_Renderer_Default setting templates for grouped elements within a group of a given class or with a given id, respectively Bug fixes * E_NOTICE for an undefined index could be emitted when outputting a checkbox (bug #16816) Backwards compatibility issues * HTML_QuickForm2_Renderer_Default::setGroupedTemplateForClass() is deprecated * If you implemented custom Rules, you should rewrite them to conform to the new Rule configuration approach (this may require implementing custom mergeConfig() and setConfig() methods) and implement validateOwner() method instead of checkValue(). Old-style Rules will emit notices in 0.4.0 and will stop working completely in the next release. * Packaging changes: data/, docs/ and tests/ contents are installed without redundant subdirectories, e.g. quickform.css now resides in @data_dir@/HTML_QuickForm2 rather than @data_dir@/HTML_QuickForm2/data Dependencies:
|
2009-10-25 alpha |
|
2007-10-22 alpha |
|
2007-04-17 alpha |