egroupware/api/js/jsapi
ralf c62b305b4a return a Promise from egw.accountData and deprecated, but still support, the use of a callback
egw.accounts can be called with a second parameter async=true to query accounts async and return a Promise
2022-04-27 17:33:07 +02:00
..
app_base.js Api: Switch from et2_dialog to Et2Dialog 2022-03-17 16:18:39 -06:00
egw_app.ts Switch nextmatch print & select all to using Et2Dialog 2022-03-23 13:28:15 -06:00
egw_calendar.js WIP of replacing bower-asset packages: 2021-08-12 14:51:38 +02:00
egw_config.js
egw_core.js Remove unneeded import 2021-08-25 11:34:10 -06:00
egw_css.js
egw_data.js
egw_debug.js
egw_files.js
egw_global.d.ts
egw_global.js
egw_images.js
egw_inheritance.js
egw_json.js also augmenting Promise returned from egw.request() with an abort method and using that in link-widget 2021-08-23 09:37:18 +02:00
egw_jsonq.js allow to explicit register callbacks for the broadcasted push messages 2021-07-30 15:21:58 +02:00
egw_lang.js Fix some missing translation problems 2022-02-11 13:02:21 -07:00
egw_links.js
egw_message.js allow to explicit register callbacks for the broadcasted push messages 2021-07-30 15:21:58 +02:00
egw_modules.js
egw_notification.js
egw_open.js egw_open doesn't like the import... 2022-03-17 16:54:43 -06:00
egw_preferences.js
egw_ready.js
egw_store.js Fix removeSessionItem not working 2022-04-05 10:24:06 +02:00
egw_tail.js
egw_tooltip.js Revert "Bring web-component work into master branch" 2021-09-03 11:28:22 +02:00
egw_user.js return a Promise from egw.accountData and deprecated, but still support, the use of a callback 2022-04-27 17:33:07 +02:00
egw_utils.js CSS / Layout cleanup 2022-04-25 10:46:51 -06:00
egw.js Api: Switch from et2_dialog to Et2Dialog 2022-03-17 16:18:39 -06:00
jsapi.js