egroupware/phpgwapi/js/jsapi
2013-04-09 12:10:09 +00:00
..
app_base.js Add a base object for application javascript code to contain it, and solve initialization timing issues 2013-04-09 08:45:59 +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 Fix error in window module instanciation 2013-04-01 19:06:47 +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 fix typo/copy and past error on dataGetUIDdata 2013-03-04 16:25:39 +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_inheritance.js Fix properties 2013-04-09 12:10:09 +00:00
egw_jquery.js phpgwapi: 2012-03-09 15:32:29 +00:00
egw_json.js Use window from egw object, if available - still not quite right 2013-03-25 16:58:33 +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 Avoid JSON error popup by checking for the queue before using it 2013-03-13 19:31:06 +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 Add ability to get all an application's preferences with '*' 2013-02-27 18:08:03 +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 Add a base object for application javascript code to contain it, and solve initialization timing issues 2013-04-09 08:45:59 +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