egroupware/etemplate/js
2013-08-20 08:03:46 +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 moved most action "comfort" functions (with exception of nm_action and pagination) from server-side nextmatch class to client-side egwActions.updateActions() method, so they are available for all widgets 2013-07-20 13:45:22 +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 Wrap loadingFinished() in a try / catch, so if one widget has problems it doesn't break the whole template. 2013-07-20 13:54:31 +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 fixed not shown select-columns icon, rather hackisch, but I could not find a solution via our css files 2013-08-20 08:03:46 +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 Give nextmatch a real getValue() function instead of faking it all the time. 2013-08-19 20:23:26 +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 Give nextmatch a real getValue() function instead of faking it all the time. 2013-08-19 20:23:26 +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 More fixes forjQuery/jQueryUI update issues 2013-07-20 17:20:55 +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 More fixes forjQuery/jQueryUI update issues 2013-07-20 17:20:55 +00:00
et2_widget_diff.js More fixes forjQuery/jQueryUI update issues 2013-07-20 17:20:55 +00:00
et2_widget_dropdown_button.js Fix dropdown + favorites menu not doing anything when clicked. 2013-07-30 14:17:36 +00:00
et2_widget_favorites.js More fixes forjQuery/jQueryUI update issues 2013-07-20 17:20:55 +00:00
et2_widget_file.js Make whole edit dialog a drop target - files will be uploaded & linked 2013-08-13 20:46:23 +00:00
et2_widget_grid.js fix set value for class when there is an assigned content to class= in .xet file 2013-08-16 08:11:06 +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 More fixes forjQuery/jQueryUI update issues 2013-07-20 17:20:55 +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 Fix detached label not updating 2013-08-14 17:35:50 +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 moved most action "comfort" functions (with exception of nm_action and pagination) from server-side nextmatch class to client-side egwActions.updateActions() method, so they are available for all widgets 2013-07-20 16:47:33 +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 More fixes forjQuery/jQueryUI update issues 2013-07-20 17:20:55 +00:00
et2_widget_selectAccount.js Add tooltips to popup header buttons 2013-08-19 20:21:56 +00:00
et2_widget_selectbox.js Add tooltips to popup header buttons 2013-08-19 20:21:56 +00:00
et2_widget_split.js moved most action "comfort" functions (with exception of nm_action and pagination) from server-side nextmatch class to client-side egwActions.updateActions() method, so they are available for all widgets 2013-07-20 13:45:22 +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 html-encoding is done in etemplate engine 2013-08-09 11:17:30 +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 Silence some missing attribute settings warnings and fix warning about not loading app.js when it was already loaded 2013-08-14 18:01:22 +00:00
et2_widget_url.js Add taglist-email sub-type, uses specific data source, formatting, and some client-side validation for just emails. 2013-07-30 14:16:47 +00:00
et2_widget_vfs.js Silence some missing attribute settings warnings and fix warning about not loading app.js when it was already loaded 2013-08-14 18:01:22 +00:00
etemplate2.js Make sure et2 apps don't get passed back to old etemplate 2013-08-19 19:53:45 +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