_ _ _____ (_)_ __ _ __ _ _| |_| ____|_ __ | | '_ \| '_ \| | | | __| _| \ \/ / build fields and forms for web applications | | | | | |_) | |_| | |_| |___ > < Distributed under the MIT License (see license.txt) |_|_| |_| .__/ \____|\__|_____/_/\_\ |_| Release Notes: ============== version 0.7.1 : --------------- released on February, 14th 2011 - Field enhancements: * DateSplitField: inputs are now trimed by default - Fixes * RadioField: fix rare bug when a classic choice has a value equal to allowAny field default value * IntegerField / NumberField: fix trim option which didn't work * missing DE translations * fixes inputEx Form Builder LoadPanel - Adding the YUI3 loader using yui2in3 version 0.7.0 : --------------- released on January, 7th 2011 - Field enhancements: * Field: adding the setFieldName method in the API * TypeField: fixed the setValue bug * Group: adding the "addField" method * ListField: use setName on subFields for list to work in a browser-sent form * use setFieldName on subFields for list to work in a browser form * configurable colors for re-order animation * All fields : allow label option to be an empty string, (creating
structure), which provides a way not to break the alignment of fields within a group or form when not having a label on a field. * All fields : allow label option to contain HTML (Ex : { label: "Your name*" }) - Added Fields: * SelectTwiceField : two step selector (2nd selector choices depending on first selector selected value) - Fixes * CombineField: focus and blur handlers * Groups will no longer validate disabled sub-fields * JsonTreeInspector now displays html content by replacing <> by html entities * ddlist widget: fix updateItem method * MultiSelectField: fix bugs due to mix up between enable/disable and hide/show of choices * inputEx.cn: IE9 doesn't need a special way to treat "input" tags as required for IE<8, hurray ! - Other * Upgrading to YUI 2.8.2r1 * Adding inputEx.htmlEntities * Adding the SerializeField example page * Catalan localization by llistes correu version 0.6.0 : --------------- released on August, 2nd 2010 - Field enhancements: * SelectField: - global refactoring, extraction of common "choice" pattern in a mixin module (+ see following changes) - WARNING : this field has a new dependency -- inputex/js/mixins/choice.js - WARNING : important change in the way we define the select's