egroupware_official/api/js/jsapi
nathangray c731ee1a38 Api: New JavaScript API method egw.request(menuaction : string, parameters : any[]) : Promise
Does an AJAX request, and resolves the returned Promise with just the data (no piggybacks) when it arrives from the server.  Any registered data handlers are run before resolving the Promise.
2021-01-07 11:15:42 -07:00
..
app_base.js improve fix not updated number of nextmatch rows on push type "delete" 2020-08-05 18:49:03 +02:00
egw_app.js Api: Clear sorting with 'No filters' favorite 2020-11-30 11:59:08 -07:00
egw_app.ts Api: Clear sorting with 'No filters' favorite 2020-11-30 11:59:08 -07:00
egw_calendar.js Avoid JS error by making sure we have a date format 2020-05-15 14:42:31 -06:00
egw_config.js moving all - non ancient ;-) - js files to api/js 2016-04-07 10:38:05 +00:00
egw_core.js make home a regular application, which can eg. disabled, incl. moving all services using "home" as appname to "api" and moved some other forgotten stuff from phpgwapi&etemplate to api 2016-05-01 09:57:48 +00:00
egw_css.js moving all - non ancient ;-) - js files to api/js 2016-04-07 10:38:05 +00:00
egw_data.js Etemplate: More fixes for row count when updating / adding 2020-09-02 08:47:39 -06:00
egw_debug.js Deprecate $j global variable and replace them all with standard jQuery 2016-06-02 16:52:01 +02:00
egw_files.js use correct window of includeJS and alert, also fixed in wrong order included first JS file 2019-01-15 14:34:52 +01:00
egw_global.d.ts * Addressbook: Open CRM views into individual tabs 2020-10-30 17:21:55 +01:00
egw_images.js mv template specific images from "phpgwapi" to "api" and search "api" also on client-side for image, added debug GET parameter to images.php to JSON pretty-print instead of one line javascript 2016-05-05 09:16:27 +00:00
egw_inheritance.js moving all - non ancient ;-) - js files to api/js 2016-04-07 10:38:05 +00:00
egw_jquery.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
egw_json.js Api: New JavaScript API method egw.request(menuaction : string, parameters : any[]) : Promise 2021-01-07 11:15:42 -07:00
egw_jsonq.js make home a regular application, which can eg. disabled, incl. moving all services using "home" as appname to "api" and moved some other forgotten stuff from phpgwapi&etemplate to api 2016-05-01 09:57:48 +00:00
egw_lang.js Fix a bug notifications sidebar in client-side not being translated 2018-01-11 17:23:58 +01:00
egw_links.js * Addressbook: Open CRM views into individual tabs 2020-10-30 17:21:55 +01:00
egw_message.js Do not show close button on success message and dismiss it on container click handler 2020-08-07 13:31:22 +02:00
egw_notification.js Fix errors happening in mobile framework 2020-08-03 15:48:34 +02:00
egw_open.js Make sure the params exists before addressing it 2020-11-03 11:48:41 +01:00
egw_preferences.js * Preferences: use push to ask every affected client to reload preferences, if affected 2020-07-31 09:49:29 +02:00
egw_ready.js moving all - non ancient ;-) - js files to api/js 2016-04-07 10:38:05 +00:00
egw_store.js moving all - non ancient ;-) - js files to api/js 2016-04-07 10:38:05 +00:00
egw_tail.js fix not working tail popup 2016-06-18 10:22:34 +02:00
egw_tooltip.js Set statustext value as text by default 2017-09-05 19:04:45 +02:00
egw_user.js * Preferences: use push to ask every affected client to reload preferences, if affected 2020-07-31 09:49:29 +02:00
egw_utils.js egw.(de|en)codePath to correctly encode % and # 2019-03-21 12:46:22 +01:00
egw.js * SmallPART: fix not working LTI launch after last maintenance release 2020-10-22 10:00:51 +02:00
jsapi.js track top EGroupware window in egw object to be used as egw.top instead of window.top, which can throw a security exception 2020-05-18 20:55:57 +02:00