egroupware/etemplate/js
2013-07-19 12:38:52 +00:00
..
lib Historylog widget for et2 2012-05-24 15:45:29 +00:00
test Implemented hirachical rows 2012-03-30 11:43:39 +00:00
ajax_select.js Javascript fix for ajax select widget on IE 2010-02-15 20:40:34 +00:00
et2_core_arrayMgr.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_core_baseWidget.js Make sure onclick callback functions (specified as app.appname.funcname, or a real function) get all parameters passed, and they always can have a reference to the responsible widget 2013-07-19 12:36:59 +00:00
et2_core_common.js Fix wrong argument order to jQuery.proxy() 2013-07-19 12:37:47 +00:00
et2_core_DOMWidget.js Use an etemplate / top template level prefix to avoid DOM ID collisions 2013-07-17 13:08:48 +00:00
et2_core_inheritance.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_core_inputWidget.js Use an etemplate / top template level prefix to avoid DOM ID collisions 2013-07-17 13:08:48 +00:00
et2_core_interfaces.js Implement some basic client-side validation (required) 2013-06-26 20:50:10 +00:00
et2_core_legacyJSFunctions.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_core_phpExpressionCompiler.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_core_valueWidget.js Promote label attribute from inputWidget to parent valueWidget, fixes missing labels on some readonly widgets 2013-07-04 20:42:21 +00:00
et2_core_widget.js I can find no issues with attributes being objects, removing check & warning. 2013-07-05 15:03:49 +00:00
et2_core_xml.js Add an additional condition to check in case the template file is not recognized as XML, and try to parse it 2013-05-22 18:11:41 +00:00
et2_dataview_controller_selection.js remove console logging on focused 2013-04-29 14:59:55 +00:00
et2_dataview_controller.js Fix nextmatch hierarchy display 2013-04-24 19:53:51 +00:00
et2_dataview_interfaces.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_dataview_model_columns.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_dataview_view_aoi.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_dataview_view_container.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_dataview_view_grid.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_dataview_view_resizeable.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_dataview_view_row.js Fix nextmatch hierarchy display 2013-04-24 19:53:51 +00:00
et2_dataview_view_rowProvider.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_dataview_view_spacer.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_dataview.js Changes from updating jQuery & jQuery UI to latest versions 2013-07-18 15:26:41 +00:00
et2_extension_customfields.js Add a check to prevent total failure in the rare event of bad settings. 2013-07-03 23:06:59 +00:00
et2_extension_itempicker_actions.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_extension_nextmatch_actions.js Fix nm_compare_field() to work with et2 2013-06-10 19:26:04 +00:00
et2_extension_nextmatch_controller.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_extension_nextmatch_dynheight.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_extension_nextmatch_rowProvider.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_extension_nextmatch.js optional parameter for et2_nextmatch.applyFilters(_set) to certain filters before updating the rows, eg. applyFilters({ filter: '', search: ''}); to reset filter to 'all', remove search and update the rows 2013-07-03 14:29:17 +00:00
et2_widget_ajaxSelect.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_widget_box.js Fix box autorepeat - only repeat children of type box 2013-07-08 19:06:28 +00:00
et2_widget_button.js Fix bug where images with numbers in their url were not displayed 2013-07-08 19:40:17 +00:00
et2_widget_checkbox.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_widget_color.js Don't need to set ID, framework does it automagically. 2013-07-17 12:32:36 +00:00
et2_widget_date.js Use an etemplate / top template level prefix to avoid DOM ID collisions 2013-07-17 13:08:48 +00:00
et2_widget_description.js value of description set via id need to get translated, if !no_lang is set, value set via value attribute already get translated via transformAttributes and translate: "!no_lang" of value 2013-05-03 11:46:26 +00:00
et2_widget_dialog.js Use an etemplate / top template level prefix to avoid DOM ID collisions 2013-07-17 13:08:48 +00:00
et2_widget_diff.js Use value as string, so we don't fail if invalid data is passed 2013-06-19 18:06:59 +00:00
et2_widget_dropdown_button.js Use an etemplate / top template level prefix to avoid DOM ID collisions 2013-07-17 13:08:48 +00:00
et2_widget_favorites.js Silence some warnings by providing info 2013-06-17 21:22:32 +00:00
et2_widget_file.js Implement set_value() on file widget - you can't really set file upload values programmatically to anything that makes sense, but it can be cleared 2013-04-22 16:52:03 +00:00
et2_widget_grid.js Support row ids from template: 2013-07-16 16:22:20 +00:00
et2_widget_groupbox.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_widget_hbox.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_widget_historylog.js If record ID is missing, don't try to get data for it - skip the whole request 2013-07-17 09:36:38 +00:00
et2_widget_hrule.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_widget_html.js Implement htmlarea ascii mode 2013-06-26 19:34:14 +00:00
et2_widget_htmlarea.js Implement htmlarea ascii mode 2013-06-26 19:34:14 +00:00
et2_widget_iframe.js allow to set name attribute of iframe (to be used as target in links) 2013-07-03 14:26:33 +00:00
et2_widget_image.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_widget_itempicker.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_widget_link.js jQueryUI update changes where custom renderer hides 2013-07-19 09:31:00 +00:00
et2_widget_number.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_widget_portlet.js Silence some more messages by providing attribute info 2013-06-25 16:44:50 +00:00
et2_widget_progress.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_widget_radiobox.js Implement some basic client-side validation (required) 2013-06-26 20:50:10 +00:00
et2_widget_selectAccount.js Implement some basic client-side validation (required) 2013-06-26 20:50:10 +00:00
et2_widget_selectbox.js Check for proper type (string) if I want to use string functions 2013-07-19 12:38:52 +00:00
et2_widget_split.js idots theme needs to use window, since the parent might not be full height either 2013-05-28 17:11:35 +00:00
et2_widget_styles.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_widget_tabs.js Implement some basic client-side validation (required) 2013-06-26 20:50:10 +00:00
et2_widget_taglist.js New tag list widget, supports ajax & static options 2013-07-18 15:27:39 +00:00
et2_widget_template.js Can't forget to reset the ID (template name), or it might not be able to load the template 2013-06-03 23:05:02 +00:00
et2_widget_textbox.js Implement some basic client-side validation (required) 2013-06-26 20:50:10 +00:00
et2_widget_tree.js new method to specify images of a given node or standard images for new node (not specifying them), fixed merging of dynamicly loaded data, which was not taking recursive struture into account and -1 as id to update, using new id of new data in that case 2013-07-02 18:24:32 +00:00
et2_widget_url.js add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons) 2013-04-13 19:00:13 +00:00
et2_widget_vfs.js add nice link overlay icon to vfsMime widget (for symlinks) 2013-04-20 12:19:27 +00:00
etemplate2.js New tag list widget, supports ajax & static options 2013-07-18 15:27:39 +00:00
etemplate.js * Calendar/InfoLog/Timesheet/Tracker/ProjectManager: edit focuses now automatic on title input 2013-05-23 09:01:33 +00:00
nextmatch_action.js Use jQuery to decode all entities in caption for confirm prompt 2012-10-15 18:40:11 +00:00
widget_browser.js Sort browser's widget list, so you can find widget you're looking for 2013-05-21 20:22:51 +00:00