egroupware/phpgwapi/js/jsapi
2013-02-15 15:30:35 +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 Implement refreshing a single UID, limit known UIDs sent to server to 200 2013-02-14 11:22:27 +00:00
egw_debug.js Add a new debug level that includes a stack trace 2012-12-04 00:12:13 +00:00
egw_files.js using LABjs to load javascript files in order via egw.includeJS 2013-02-15 15:30:35 +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 Return true to not throw an exception if the plugin worked 2013-02-14 11:01:50 +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 Fix bug in link handling that lost extra vars when extra vars are already in url 2013-02-06 15:04:26 +00:00
egw_open.js Return the result of opening so caller can use it 2012-12-04 00:13:12 +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 Better handling of different hights & open up vs down 2012-11-27 21:32:53 +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 Check app_refresh to not get an error if an application overrides app_refresh() instead of using register_app_refresh() 2013-02-14 11:11:17 +00:00