egroupware_official/etemplate/js
2013-09-09 18:42:51 +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 Documentation correction 2013-09-09 18:42:51 +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 always replace dots with dashes in DOM id 2013-08-29 12:10:06 +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 fixed htmlarea not returning any content caused by prefixed DOM id, now all DOMwidgets have their DOM id available via this.dom_id set via this.set_id() 2013-08-23 14:10:37 +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 adapt form::name() legacy pseudo function to new template-prefix 2013-08-20 14:23:00 +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 Add stack trace to problem widget report so we can actually track down the problem 2013-08-21 17:18:40 +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 Drag & drop files from user's system onto nextmatch row now working with sub-grids too 2013-08-27 20:24:55 +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 Fix up nm_action open_popup to match et2 unique ID changes 2013-08-20 22:23:18 +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 Fix for hidden old popups breaking application height. Still not perfect in idots, but much better. 2013-09-05 21:51:47 +00:00
et2_extension_nextmatch_rowProvider.js Better handling for disabled columns. 2013-08-26 16:42:49 +00:00
et2_extension_nextmatch.js Save a little trouble by using the global egw.preferences() directly 2013-09-04 23:20:44 +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 Properly fix date-timeonly js side to return a timestamp as all date widgets, server side converts it to expected format, same as others. 2013-08-26 17:04:43 +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 Remove HTML from title in example - jQueryUI changed to text() so HTML no longer works 2013-08-26 19:10:26 +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 Another try to avoid jQueryUI error about not created menu 2013-09-03 21:25:50 +00:00
et2_widget_favorites.js Fix favorites sidebox menu going missing - caused by jQueryUI CSS change 2013-08-21 16:02:24 +00:00
et2_widget_file.js Implement set_value() to accept a list of files, which triggers the async upload and callbacks 2013-08-27 17:20:08 +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 isDirty() method for whole template / etemplate2 object, thought it needs more work in widgets, not setting this._oldValue in their set_value() method 2013-08-23 15:15:30 +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 Drag & drop files from user's system onto nextmatch row uploads & links file to that row 2013-08-27 17:26:02 +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 Some layout changes to get autocomplete (link widget, select users) working in dialogs too 2013-08-20 23:08:35 +00:00
et2_widget_selectbox.js fixed htmlarea not returning any content caused by prefixed DOM id, now all DOMwidgets have their DOM id available via this.dom_id set via this.set_id() 2013-08-23 14:10:37 +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 an other missing semicolon ;-) 2013-08-20 16:43:37 +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 always replace dots with dashes in DOM id 2013-08-29 12:10:06 +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 Merge egw_jsons - use api egw.ajaxUrl() 2013-09-04 23:30:29 +00:00
etemplate2.js new egw_framework::message($msg, $msg_type="success") method and fixing nextmatch filter-change to return app-header 2013-09-05 11:53:25 +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