egroupware/phpgwapi/js/jsapi
Nathan Gray 8e69a1e23b Only call request callback once, when the request is finished.
Callback is not called if the response only has 'data' type responses, since data handler calls callback already.
2014-01-11 14:47:31 +00:00
..
app_base.js Continue moving most favorite functionality from favorite widget into framework. Favorite widget now uses framework. 2013-12-12 23:45:09 +00:00
egw_calendar.js Update timepicker, some work on date-timeonly so it returns a value 2013-08-20 18:37:09 +00:00
egw_config.js fixing the fix: using private var to store config 2014-01-10 08:12:59 +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 Check result type, if it's not 'data' quietly reject - fixes warning in multi-part responses 2014-01-11 11:40:30 +00:00
egw_debug.js Turn debug level down to warning 2014-01-08 14:58:41 +00:00
egw_files.js extend egw.includeJS to support concatinated/bundled files included and not include contained files again 2014-01-11 12:10:31 +00:00
egw_images.js Use egw.debug function instead of console to warn about missing images. 2014-01-10 15:57:02 +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 Only call request callback once, when the request is finished. 2014-01-11 14:47:31 +00:00
egw_jsonq.js Only call request callback once, when the request is finished. 2014-01-11 14:47:31 +00:00
egw_lang.js caching translations for 10days and changing translation url, when translations are changing --> saves server-roundtrip for each translation 2014-01-09 15:32:07 +00:00
egw_links.js caching translations for 10days and changing translation url, when translations are changing --> saves server-roundtrip for each translation 2014-01-09 15:32:07 +00:00
egw_open.js Avoid errors if no email address was provided 2013-12-19 17:16:33 +00:00
egw_preferences.js Merge egw_jsons - change preferences to use egw.json() 2013-09-04 21:51:08 +00:00
egw_ready.js fixed translations not loaded on very first request, as postponing ready for waiting on translations did not work, now using a direct callback instead 2013-10-08 08:55:15 +00:00
egw_store.js Make storage api global 2013-10-07 10:08:24 +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 Switch to a heartbeat style of tracking open [named] popups. Seems much more consistent. 2013-10-10 09:37:21 +00:00
egw.js Wait until DOM is loaded before trying to load etemplate or set message 2014-01-10 09:13:56 +00:00
jsapi.js Pass current app to egw_app_header() so it can set header for correct app. Fixes sometimes wrong app header shown. 2013-12-23 16:13:40 +00:00