Posted on 2012-04-07, 16:12

Zebra_Form, version 2.8.1 now available

Elements can now be validated “on-the-fly” where an element is validated as soon as it looses focus; use the newly added “validate_on_the_fly” flag for the “client_side_validation”; thanks to François Rigaudie and Konstantin Stoyanov; all error messages can now be shown on form submit rather than only the first one; use the newly added “validate_all” flag for the “client_side_validation”; thanks to François Rigaudie and Konstantin Stoyanov; file names can now be prefixed with a given string when uploading files (using the “upload” rule); thanks to Robert Warelis; the library now triggers an error message if a “date” control doesn’t have the “date” rule set. note that this rule cannot be set automatically since it requires an error message to be set by the developer. thanks to bastian; the “length” rule, set with the 4th argument to TRUE, will now always show the character counter; previously, the character counter was shown only if the lower limit was 0. thanks to Andy Vogar; fixed a bug in the JavaScript code regarding the file upload control which was not working with jQuery UI. thanks to edward for fixing it; fixed a bug where validation would fail if there were two or more file upload controls on a form. thanks to edward for fixing it; fixed a bug where the class for disabled control was not correctly applied; some updates in the documentation; updated Zebra_DatePicker to version 1.3.1

Visit Zebra_Form‘s page