egroupware/etemplate/js
2014-03-04 20:35:41 +00:00
..
lib
test
ajax_select.js
et2_core_arrayMgr.js Set top level owner to top level widget. 2014-02-19 00:28:38 +00:00
et2_core_baseWidget.js pass event as 1. parameter to click handlers to be able to call preventDefault() or stopPropagation() 2014-02-10 18:25:02 +00:00
et2_core_common.js new attribute type "html", which is NOT run through (tags removing) html_entity_decode, used for value in et2_html(area) 2014-02-14 10:14:28 +00:00
et2_core_DOMWidget.js Fix actions over grid always return the last row DOMNode, by passing DOMNode to et2_action_object_impl constructor for cases like the infamous loop problem (JS closure) 2014-02-18 13:59:45 +00:00
et2_core_inheritance.js
et2_core_inputWidget.js
et2_core_interfaces.js
et2_core_legacyJSFunctions.js
et2_core_phpExpressionCompiler.js allow expressions to end in a $ eg. in PHP "test$" is valid, no longer throwing an error if expression cant be parsed, just log the error and return expression literally 2014-02-14 09:03:12 +00:00
et2_core_valueWidget.js
et2_core_widget.js Fix bug in calculating readonly based on parent. Fixes readonly templates still having editable content. 2014-02-27 21:26:10 +00:00
et2_core_xml.js
et2_dataview_controller_selection.js
et2_dataview_controller.js Missing parameter documentation 2014-02-25 19:38:31 +00:00
et2_dataview_interfaces.js
et2_dataview_model_columns.js
et2_dataview_view_aoi.js
et2_dataview_view_container.js
et2_dataview_view_grid.js
et2_dataview_view_resizeable.js
et2_dataview_view_row.js
et2_dataview_view_rowProvider.js
et2_dataview_view_spacer.js
et2_dataview.js
et2_extension_customfields.js fixed not working retransformation of date* custom fields to Y-m-d[ H:i:s] format, caused by not calling validation of implementing base-widget, also added options from file and sending available options from server, as for regular select options 2014-02-24 14:47:55 +00:00
et2_extension_itempicker_actions.js
et2_extension_nextmatch_actions.js Refactor huge data fetch into chunks so long task doesn't die. 2014-03-04 20:35:41 +00:00
et2_extension_nextmatch_controller.js Use grid's deleteRow() in combination with setTotalCount(). 2014-03-03 17:32:12 +00:00
et2_extension_nextmatch_dynheight.js
et2_extension_nextmatch_rowProvider.js
et2_extension_nextmatch.js fixed Selecting an InfoLog category does not show this cat but "Loading" 2014-03-04 17:27:19 +00:00
et2_widget_ajaxSelect.js
et2_widget_box.js
et2_widget_button.js added a et2_button_ro class to all readonly buttons and remove cursor: pointer from et2_button, as it is set in et2_clickable anyway 2014-02-14 10:47:05 +00:00
et2_widget_checkbox.js
et2_widget_color.js Fix color widget failing if it had no value 2014-02-27 18:19:12 +00:00
et2_widget_date.js Fix label attribute in date-time readonly widget 2014-02-21 12:22:33 +00:00
et2_widget_description.js Avoid error if value sent was not a string. Warning is also sent to console by framework, but this prevents errors. 2014-02-11 22:40:58 +00:00
et2_widget_dialog.js Allow template attribute to be the ID of a known template, not just a separate file 2014-02-19 21:57:10 +00:00
et2_widget_diff.js
et2_widget_dropdown_button.js fixed javascript error "Can not set readonly property" in Safari, caused by wrong context 2014-02-20 13:29:35 +00:00
et2_widget_favorites.js use app[appname].setState if available to allow app to overwrite it (eg. change to non-listview in calendar) 2014-03-04 17:00:27 +00:00
et2_widget_file.js
et2_widget_grid.js create wrapper only for overflow != "visible", not needed otherwise and can break existing code, eg. name popup in addressbook.edit 2014-02-19 17:18:54 +00:00
et2_widget_groupbox.js
et2_widget_hbox.js
et2_widget_historylog.js
et2_widget_hrule.js
et2_widget_html.js new attribute type "html", which is NOT run through (tags removing) html_entity_decode, used for value in et2_html(area) 2014-02-14 10:14:28 +00:00
et2_widget_htmlarea.js new attribute type "html", which is NOT run through (tags removing) html_entity_decode, used for value in et2_html(area) 2014-02-14 10:14:28 +00:00
et2_widget_iframe.js
et2_widget_image.js widget to display an application icon 2014-03-03 16:50:01 +00:00
et2_widget_itempicker.js
et2_widget_link.js Fix broken delete of link when to_id is not set (not saved entry) 2014-03-04 00:26:42 +00:00
et2_widget_number.js
et2_widget_portlet.js
et2_widget_progress.js add href implementation analog to image 2014-02-03 09:54:45 +00:00
et2_widget_radiobox.js partial fix for addressbook CRM view does not propagate prefered telephone number to phone popup, set_value() on et2_radiobox_ro is NOT working 2014-02-13 17:51:02 +00:00
et2_widget_selectAccount.js
et2_widget_selectbox.js Add expand_multiple_rows attribute which adds a button to toggle between single & multiple select 2014-02-24 18:13:54 +00:00
et2_widget_split.js Add a check for invalid position preference. 2014-02-18 16:55:55 +00:00
et2_widget_styles.js
et2_widget_tabs.js Change loading order so tab widget is in DOM before loading children. Matches other widgets, and avoids errors in CKEditor which needs the DOMNode to be in the tree. 2014-02-11 22:44:06 +00:00
et2_widget_taglist.js implemented account_type: (accounts|groups|both) option for taglist-account as available in select-account widget 2014-02-28 16:52:42 +00:00
et2_widget_template.js Add missing check for short form. Fixes broken addressbook organization view. 2014-02-25 16:17:41 +00:00
et2_widget_textbox.js
et2_widget_toolbar.js Bind a click handler to collapse the toolbar menulist when click event occurs 2014-03-04 11:03:03 +00:00
et2_widget_tree.js when renaming a tree node, need to change id in action object and action object interface, when deleting we need to delete whole object not just id of interface (splice renumbers array, while delete sets deleted item to undefined!) 2014-02-12 20:12:02 +00:00
et2_widget_url.js
et2_widget_vfs.js - Fix VFS widget names when name is not part of path 2014-02-20 17:41:33 +00:00
etemplate2.js fixed template was not prepending parent/top-level name, but search for first loaded template which ends in its name eg. "rows" used in "mail.sieve.index" picked "addressbook.index.rows" instead of "mail.sieve.index.rows" 2014-02-25 13:04:28 +00:00
etemplate.js need to wait for jQuery to be loaded 2014-02-06 11:01:32 +00:00
nextmatch_action.js
widget_browser.js