egroupware_official/api/js
ralf 74ad3ba7b0 change egw.jsonq() and egw.link_title() to return promises
* egw.jsonq() now always returns a promise like egw.request(), still supporting old callback syntax
* egw.link_title(_app, _id, _callback, _context, _force_reload) supports boolean values for _callback (to not break existing code)
- false: just a cache lookup (like current call with just 2 parameters), returning null, if no title is cached, or the title
- true: always return a promise, which might already be resolved, if title was cached
- function: also returns a promise and calls the callback
--> calling egw.link_title(_app, _id) without 3rd parameter is deprecated now (gives a console.trace), to be changed in future to always return a promise, unless called with false, to just return a cache-lookup
* Et2SelectAccountReadonly and et2_link_widget is changed to use the new/updated syntax with promises
2022-05-02 11:27:33 +02:00
..
dhtmlxMenu moving all - non ancient ;-) - js files to api/js 2016-04-07 10:38:05 +00:00
dhtmlxtree moving all - non ancient ;-) - js files to api/js 2016-04-07 10:38:05 +00:00
egw_action Api: Switch from et2_dialog to Et2Dialog 2022-03-17 16:18:39 -06:00
etemplate change egw.jsonq() and egw.link_title() to return promises 2022-05-02 11:27:33 +02:00
framework Fix JS error when cleaning up after printing (TS conversion issue) 2022-02-14 11:00:22 -07:00
jquery remove jQueryUI DateTime picker and splitter and use them also for eTemplates marked as legacy 2022-04-29 17:05:43 +02:00
jsapi change egw.jsonq() and egw.link_title() to return promises 2022-05-02 11:27:33 +02:00
offline Try to pass context on when binding events because there might be some other plugins using those events too. Fix broken avatar cropper. 2018-11-02 10:00:08 +01:00
Resumable * All apps: fix drag and drop a file from FireFox download list not working 2020-08-13 16:23:07 +02:00
tinymce/langs Update tinymce translation files, thanks to Stefan Unverricht 2019-11-26 13:12:18 +01:00
egw_json.js replace LAB.js with native es5 loading 2021-06-05 20:39:39 +02:00
es6-promise.min.js moving all - non ancient ;-) - js files to api/js 2016-04-07 10:38:05 +00:00
login.js prefer [Login] button below over maybe existing SAML login button above 2022-02-21 21:19:41 +02:00