mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 20:44:28 +01:00
74ad3ba7b0
* 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 |
||
---|---|---|
.. | ||
app_base.js | ||
egw_app.ts | ||
egw_calendar.js | ||
egw_config.js | ||
egw_core.js | ||
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 | ||
egw_jsonq.js | ||
egw_lang.js | ||
egw_links.js | ||
egw_message.js | ||
egw_modules.js | ||
egw_notification.js | ||
egw_open.js | ||
egw_preferences.js | ||
egw_ready.js | ||
egw_store.js | ||
egw_tail.js | ||
egw_tooltip.js | ||
egw_user.js | ||
egw_utils.js | ||
egw.js | ||
jsapi.js |