Top Level :: HTML

Package Information: HTML_QuickForm 2.4

Show All Changelogs
» Version » Information
3.2.10 2007-10-05     stable
3.2.9 2007-06-05     stable
3.2.8 2007-06-03     stable
3.2.7 2006-10-10     stable
3.2.6 2006-06-22     stable
3.2.5 2005-08-05     stable
3.2.4pl1 2004-10-20     stable
3.2.4 2004-10-18     stable
3.2.3 2004-06-28     stable
3.2.2 2004-03-22     stable
3.2.1 2004-01-03     stable
3.2 2003-11-05     stable
3.1.1 2003-09-09     stable
3.1 2003-07-19     stable
3.0 2003-06-04     stable
3.0RC1 2003-05-29     beta
3.0Beta2 2003-05-15     beta
3.0Beta1 2003-04-17     beta
2.10 2003-03-08     stable
2.9 2003-02-20     stable
2.8 2003-02-18     stable
2.7 2003-02-12     stable
2.6 2003-01-29     stable
2.5 2002-11-20     stable
2.4Download

Release date: 2002-10-21 17:17 UTC
Release state: stable

Changelog:

* Use $_POST, $_GET and $_FILES instead of $HTTP_.
* Better error checking in renderElement().
* Fixed freeze() for removed elements.
* Added new element 'hiddenselect'.
* Added optional $in_data parameter to method toHtml so that data can be added to the form right before it is rendered. Useful when using with a template system.
* Changed the way the key is obtained for _elementIndex in addElement() to accomodate with removeElement().
* Some changes to _buildRules(): Made some of the javascript variables private which did not need have a global scope (such as frm).
* Added new rule: emailorblank.
* Fixes in HTML_QuickForm_Element.
* Fixes in QuickForm_example2.php.
* Added getElements() in HTML_QuickForm_Group which returns an array of all elements in group by reference.
* Added getGroupType() in HTML_QuickForm_Group which returns the type of group as string or 'mixed' if group is composed of different element types.
* Fixes in file upload validation rules.
* Added a few new examples for filters, rules, file uploads usage.

Dependencies:
2.3 2002-06-19     stable
2.2 2002-05-29     stable
2.1 2002-05-24     stable
2.0 2002-05-15     stable