Share

JSDC - Javascript Data Components

File Release Notes and Changelog

Release Name: 1.01

Notes:
This new version of JSDC features mainly bugfixes, but also a new and serious datatype: "multiple".
This type allows for multiple values of different types in the same column and what's more is that which values and types there are can be different on each row(!). 
It is a little difficult to explain actually. 
I am trying at http://jsdc.sourceforge.net/docs_reference.php#datatypes

 

Changes: validation.js * Added JSDC_VALIDATION_EXISTS so applications can determine if file is included. * isinteger: Fixed integer validation error text * validate_datatype: Added support for "multiple" datatype. * edit_event_object: Added browser independend innerWidth and innerHeight * edit_event_object: Now disregards firefox clicks (a.which < 4). * Moved setErrorBackground() here from application.js * setErrorBackground: Now works without app_obj, sets default colors. This means that also editor_object does not require it. * Moved editor_object here from application.js and fixed parameter order * New functionality/functions/classes: multiple_type_editor, multiple_type_editor_make_typesets, multiple_type_editor_show, typeset, typeitem. See documentation at jsdc.sourceforge.net for details. datatable.js * Added JSDC_DATATABLE_EXISTS so applications can determine if file is included. * add_editor: Edited to reflect parameter order changes made to editor_object. * Moved setErrorBackground to validation.js * Moved editor_object to validation.js * Fixed indentations dao_table.js * table_make_data_row, table_update: added support for "multiple" datatype. * table_make_data_row : Fixed delete button bug. * table_update_node_refs: Small loop-optimization. dataview.js * Added JSDC_DATAVIEW_EXISTS so applications can determine if file is included. * data_aware_object.DoOnEdit, data_aware_object.getdata: added support for "multiple" datatype. * data_aware_object: added multiple_editor property. * Bugfix: Removal of a record caused selection to go out of sync on the last record. Now fixed. * Better clarity in some error messages. application.js * Added JSDC_DATATABLE_EXISTS so applications can determine if file is included. * add_editor: Edited to reflect parameter order changes made to editor_object. * Moved setErrorBackground to validation.js * Moved editor_object to validation.js