egroupware/api/js
nathangray 4ba7bac850 Add some convenience functions for faster widget access
These are only available on et2_container, so app.ts can use eg: this.et2.setWidgetById(...)

getDOMWidgetById(): Same as getWidgetById() it returns et2_DOMWidget instead of et2_widget
getValueWidgetById(): Same as getWidgetById(), but returns et2_valueWidget
getValueById(): Find a widget, get its value
setValueById(): Find a widget, set its value
setDisabledById(): Find a widget, set its disabled state.
2020-05-15 14:01:02 -06: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 Fix missing translation reported by Stefan Unverricht 2020-04-16 11:34:10 -06:00
etemplate Add some convenience functions for faster widget access 2020-05-15 14:01:02 -06:00
framework * OpenIdConnect/OAuth: manage access and display OAuth apps inside EGroupware 2020-03-30 21:03:19 +02:00
jquery Etemplate - remove jPicker, now using browser's color picker for color widget 2019-07-18 16:16:43 -06:00
jsapi Fix a few remaining usages of free(), which was removed as part of the TypeScript conversion 2020-05-15 09:50:38 -06:00
labjs moving all - non ancient ;-) - js files to api/js 2016-04-07 10:38:05 +00: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 Remove drag enter/leave counter as it will break dragover class in FF 2019-10-01 16:53:09 +02:00
tinymce/langs Update tinymce translation files, thanks to Stefan Unverricht 2019-11-26 13:12:18 +01:00
egw_json.js prefer window over top, which might cause a security exception 2017-03-08 15:02:29 +01:00
es6-promise.min.js moving all - non ancient ;-) - js files to api/js 2016-04-07 10:38:05 +00:00
login.js Introduce Progressive Web App feature to EGroupware 2019-12-04 15:00:59 +01:00