egroupware_official/api/js/etemplate
2018-12-20 09:41:55 -07:00
..
lib Translate months too 2017-11-28 09:12:01 -07:00
test Deprecate $j global variable and replace them all with standard jQuery 2016-06-02 16:52:01 +02:00
et2_core_arrayMgr.js moving et2 js files to api 2016-03-19 13:48:07 +00:00
et2_core_baseWidget.js Set statustext value as text by default 2017-09-05 19:04:45 +02:00
et2_core_common.js Deprecate $j global variable and replace them all with standard jQuery 2016-06-02 16:52:01 +02:00
et2_core_DOMWidget.js Fix apps using an iframe for admin could not properly load the sidebox tree 2017-05-18 12:15:32 -06:00
et2_core_inheritance.js moving et2 js files to api 2016-03-19 13:48:07 +00:00
et2_core_inputWidget.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
et2_core_interfaces.js Deprecate $j global variable and replace them all with standard jQuery 2016-06-02 16:52:01 +02:00
et2_core_legacyJSFunctions.js moving et2 js files to api 2016-03-19 13:48:07 +00:00
et2_core_phpExpressionCompiler.js moving et2 js files to api 2016-03-19 13:48:07 +00:00
et2_core_valueWidget.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
et2_core_widget.js Add new attributes into core widget in order to be able to set widget->type attributes in preferences 2018-07-13 10:40:31 +02:00
et2_core_xml.js moving et2 js files to api 2016-03-19 13:48:07 +00:00
et2_dataview_controller_selection.js Calendar - fix selecting 'Select all' did not consistently set select_all in calendar listview 2018-12-05 12:13:23 +01:00
et2_dataview_controller.js Respect no_actions flag in controller_selection when selecting a range / all 2018-07-25 10:44:10 +02:00
et2_dataview_interfaces.js moving et2 js files to api 2016-03-19 13:48:07 +00:00
et2_dataview_model_columns.js Properly handle nextmatch columns where the width is not set 2016-05-04 15:48:58 +00:00
et2_dataview_view_aoi.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
et2_dataview_view_container.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
et2_dataview_view_grid.js Etemplate - don't assume event data will still be there after a timeout, fixes occasional errors about it being missing 2018-03-07 11:47:16 -07:00
et2_dataview_view_resizeable.js Change double-click to auto-size column based on current contents, to only work for fixed width columns. Relative (flex) width columns now just show a message as it was difficult to get them to properly size without weird side effects, especially with 2 relative width columns displayed. 2016-10-18 09:23:13 -06:00
et2_dataview_view_row.js Deprecate $j global variable and replace them all with standard jQuery 2016-06-02 16:52:01 +02:00
et2_dataview_view_rowProvider.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
et2_dataview_view_spacer.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
et2_dataview_view_tile.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
et2_dataview.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
et2_extension_customfields.js W.I.P of VFS Select widget restructure 2017-10-11 18:27:42 +02:00
et2_extension_itempicker_actions.js Deprecate $j global variable and replace them all with standard jQuery 2016-06-02 16:52:01 +02:00
et2_extension_nextmatch_actions.js Etemplate - make sure nextmatch action popups get properly closed 2017-12-18 14:52:06 -07:00
et2_extension_nextmatch_controller.js Make sure that placeholder actions are defined and existed in client-side 2017-04-24 17:53:25 +02:00
et2_extension_nextmatch_dynheight.js Etemplate - Ignore all hidden nodes when re-calculating size, fixes nm resizing issue with other hidden nodes after it 2017-09-19 11:07:08 -06:00
et2_extension_nextmatch_rowProvider.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
et2_extension_nextmatch.js * Addressbook - Fix bug preventing turning off letter filter after some actions 2018-07-19 14:00:08 +02:00
et2_widget_ajaxSelect.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
et2_widget_barcode.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
et2_widget_box.js Add some documentation 2017-10-05 17:48:43 +02:00
et2_widget_button.js fix tabs added by code where not reported and sometimes missing clickable class for image buttons 2018-12-04 17:12:19 +01:00
et2_widget_checkbox.js Etemplate - implement DetachedDOM interface on read-only checkbox, fixes set for every row bug in nextmatch 2017-11-16 11:15:36 -07:00
et2_widget_color.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
et2_widget_date.js Take user's number format into account when set date duration widget. Fixes duration widget doesn't accept "," as decimal separator in Firefox. 2018-05-11 15:48:17 +02:00
et2_widget_description.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
et2_widget_dialog.js Fix broken width in show_dialog 2018-12-10 11:40:31 +01:00
et2_widget_diff.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
et2_widget_dropdown_button.js Fix broken priority icons in mail compose 2018-03-26 12:43:08 +02:00
et2_widget_entry.js Etemplate - for value widget sums, treat empty fields as 0 2018-11-22 10:23:41 -07:00
et2_widget_favorites.js Fix "no filter" option in nextmatch list favorites does not work 2017-07-10 18:30:20 +02:00
et2_widget_file.js Fix uploading multiple files does not enable submit buttons after upload is done 2018-04-10 10:17:44 +02:00
et2_widget_grid.js Some more code cleanup: 2017-01-31 08:29:00 -07:00
et2_widget_groupbox.js moving et2 js files to api 2016-03-19 13:48:07 +00:00
et2_widget_hbox.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
et2_widget_historylog.js * All apps/History: fixed history tab shown empty in default (minimal) installation 2016-10-12 17:50:32 +02:00
et2_widget_hrule.js moving et2 js files to api 2016-03-19 13:48:07 +00:00
et2_widget_html.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
et2_widget_htmlarea.js * Mail/Admin: Fix upload picture into mail signature from editor image browser does not work. 2017-12-18 12:07:49 +01:00
et2_widget_iframe.js Add src attribute as an option to iframe widget 2017-01-04 11:57:31 +01:00
et2_widget_image.js Missing translations from Stefan Unverricht 2018-09-13 14:29:22 -06:00
et2_widget_itempicker.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
et2_widget_link.js Last / Next date 2018-10-16 09:03:35 -06:00
et2_widget_number.js Deprecate $j global variable and replace them all with standard jQuery 2016-06-02 16:52:01 +02:00
et2_widget_portlet.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
et2_widget_progress.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
et2_widget_radiobox.js Make sure value is set before using it 2018-11-06 16:31:52 +01:00
et2_widget_script.js moving et2 js files to api 2016-03-19 13:48:07 +00:00
et2_widget_selectAccount.js Etemplate - change default empty label for multiple user/group selection to more appropriate 'Select user or group' 2018-11-01 11:56:48 -06:00
et2_widget_selectbox.js Fix taglist doesn't always show current value on load 2018-12-20 09:41:55 -07:00
et2_widget_split.js Take splitter-bar width into account before triggering the resize 2017-06-26 11:01:48 +02:00
et2_widget_styles.js moving et2 js files to api 2016-03-19 13:48:07 +00:00
et2_widget_tabs.js fix tabs added by code where not reported and sometimes missing clickable class for image buttons 2018-12-04 17:12:19 +01:00
et2_widget_taglist.js Translate taglist option labels 2018-09-17 10:43:38 -06:00
et2_widget_template.js Deprecate $j global variable and replace them all with standard jQuery 2016-06-02 16:52:01 +02:00
et2_widget_textbox.js * Api: Fix auto-complete password field gets activated even though user hasn't selected it deliberately. 2018-04-10 12:40:02 +02:00
et2_widget_timestamper.js * Etemplate - timestamper widget now supports timezone attribute to force a certain timezone 2018-07-30 09:00:59 -06:00
et2_widget_toolbar.js Use framework tooltips for toolbar button tooltips instead of browser titles 2018-10-05 09:14:36 -06:00
et2_widget_tree.js Make sure the node is available before addressing its tooltip, fixes broken rename folder action in mail 2018-02-15 14:01:54 +01:00
et2_widget_url.js Fix taglist fails to invalidate email address which starts with none visible unicode char 2018-08-30 15:18:39 +02:00
et2_widget_vfs.js Make sure we get the actions from the right app 2018-07-30 09:00:32 -06:00
et2_widget_video.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
etemplate2.js * Api: change default submit to async call and try to block user interfering with submitted popup until the response 2018-10-04 17:29:28 +02:00
expose.js * Filemanager: Add new user preference in order to be able to exclude specific file extensions from being opened by document editor (eg. Collabora) 2018-02-08 14:15:51 +01:00
vfsSelectUI.js Load filemanager translations for vfsSelectUI 2018-05-14 16:48:08 -06:00
widget_browser.js Deprecate $j global variable and replace them all with standard jQuery 2016-06-02 16:52:01 +02:00