egroupware/phpgwapi/js/jsapi
2013-08-01 09:54:09 +00:00
..
app_base.js fixed wrong dependency 2013-07-19 15:22:54 +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 Only expire old data if there are no registered callbacks 2013-04-11 10:22:51 +00:00
egw_debug.js Give a trace on all logs if debug level is 5 to help track things down 2013-04-10 14:14:06 +00:00
egw_files.js replacing egw.LAB with egw_LAB, as egw object is shared by all iframes and popups, while LAB has to work on document 2013-07-17 12:47:21 +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 propset svn:keywords Id 2013-04-09 12:10:48 +00:00
egw_jquery.js phpgwapi: 2012-03-09 15:32:29 +00:00
egw_json.js Load javascript files before processing other response types, so all JS is available. 2013-07-20 13:41:17 +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 check if quick-add selectbox is alread there, only create it again if not 2013-08-01 09:54:09 +00:00
egw_open.js Change egw.open() (which accepts _blank, _self, etc. as targets) to not pass invalid parameters to egw_link_handler() (which only accepts app names). 2013-07-15 16:03:37 +00:00
egw_preferences.js Implement queue when setting preferences 2013-06-11 22:48:27 +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 Fix copy/paste error initializing app.js object 2013-07-20 14:16:21 +00:00
jsapi.js first step towards content-security by passing parameters to egw.js script via data-attributes of script tag instead of using inline scripts in page 2013-07-19 08:45:26 +00:00