egroupware/phpgwapi/js/jsapi
2012-06-12 18:47:42 +00:00
..
egw_calendar.js fix for IE8 using method indexOf as key while iterating over trans 2012-05-09 14:49:24 +00:00
egw_config.js Client side API now supports modules which are instanciated per application or per window; removed et2_debug function from et2_core_common, now using corresponding API function. 2012-03-05 13:07:38 +00:00
egw_core.js Fixed problem with IE, adapted egw_data.js to specification changes 2012-03-23 12:06:52 +00:00
egw_css.js Window dependant api modules do now get reinstanciated, if the window location changes 2012-03-07 15:20:04 +00:00
egw_data.js Force nextmatch to load affected rows by clearing the data from data store 2012-06-06 21:56:18 +00:00
egw_debug.js phpgwapi: 2012-03-09 15:32:29 +00:00
egw_files.js Fixed bug with etemplate2 not working properly especially in idots: JS files only get included if they really have not already been included; egw object gets included before 'lang' in idots 2012-03-12 09:20:24 +00:00
egw_images.js fixed javascript error stalling everything: et2_csvSplit is not yet defined, thought I dont understand why this is needed here anyway: using _name.split("/",2) 2012-04-05 07:38:07 +00:00
egw_jquery.js phpgwapi: 2012-03-09 15:32:29 +00:00
egw_json.js fixed some issues with egw_data, improved egw_json exception handling 2012-03-23 12:45:13 +00:00
egw_jsonq.js Client side API now supports modules which are instanciated per application or per window; removed et2_debug function from et2_core_common, now using corresponding API function. 2012-03-05 13:07:38 +00:00
egw_lang.js Make sure lang 'array' is not a real array - that means it's empty, and will return 0 for missing translations. It is supposed to be an object. 2012-06-12 18:47:42 +00:00
egw_links.js egw_open wants the whole registry 2012-04-04 19:17:07 +00:00
egw_open.js resolve problems in opening windows for viewing or editing in projectmanager 2012-05-17 09:26:25 +00:00
egw_preferences.js Client side API now supports modules which are instanciated per application or per window; removed et2_debug function from et2_core_common, now using corresponding API function. 2012-03-05 13:07:38 +00:00
egw_ready.js phpgwapi: 2012-03-09 15:32:29 +00:00
egw_tooltip.js Fixed design problem in egw_core, which caused window-local modules to be instanciated multiple times if used for multiple applications inside a window. Added egw_css.js as replacement for et2_core_stylesheet.js, which allows to add stylesheet rules at runtime 2012-03-07 14:04:25 +00:00
egw_user.js Client side API now supports modules which are instanciated per application or per window; removed et2_debug function from et2_core_common, now using corresponding API function. 2012-03-05 13:07:38 +00:00
egw_utils.js encoding and decoding of vfs special characters 2012-03-28 13:58:18 +00:00
egw.js moved egw_links.js window contect specific parts to egw_open.js: egw().open() and egw().open_link() renamed from egw().call_link() 2012-03-28 12:37:03 +00:00
jsapi.js Window dependant api modules do now get reinstanciated, if the window location changes 2012-03-07 15:20:04 +00:00