egroupware/etemplate/js
2013-04-10 11:05:20 +00:00
..
lib
test
ajax_select.js
et2_core_arrayMgr.js Fix - should always be top level of content 2013-04-10 11:05:20 +00:00
et2_core_baseWidget.js Override et2_container.destroy() to not try to remove itself from the parent, it does not have a parent 2013-02-08 13:25:56 +00:00
et2_core_common.js Avoid an error if we try to csv_split() null 2013-03-20 16:18:53 +00:00
et2_core_DOMWidget.js Tie egw_action system into etemplate widgets - allows actions on widgets 2013-03-26 21:19:17 +00:00
et2_core_inheritance.js
et2_core_inputWidget.js Silence some warnings, mostly about attributes 2012-07-23 23:54:16 +00:00
et2_core_interfaces.js Move align interface with the rest 2012-07-23 18:01:04 +00:00
et2_core_legacyJSFunctions.js
et2_core_phpExpressionCompiler.js
et2_core_valueWidget.js Add label attribute to valueWidget to support most read-only widgets 2012-07-11 20:08:32 +00:00
et2_core_widget.js Skip blank legacy options sooner 2013-04-10 09:39:36 +00:00
et2_core_xml.js Avoid an additional javascript error in case of 404 2013-02-06 10:47:31 +00:00
et2_dataview_controller_selection.js
et2_dataview_controller.js Add empty row placeholder 2013-03-13 18:42:03 +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 allow to resize all columns (no need to leave out the last one) and use pageX instead of clientX to take into account an optional scrollbar, if grid is to wide 2013-02-06 16:32:18 +00:00
et2_dataview_view_row.js
et2_dataview_view_rowProvider.js
et2_dataview_view_spacer.js
et2_dataview.js allow to resize all columns (no need to leave out the last one) and use pageX instead of clientX to take into account an optional scrollbar, if grid is to wide 2013-02-06 16:32:18 +00:00
et2_extension_customfields.js Add some missing attribute attributes 2013-04-09 07:22:35 +00:00
et2_extension_itempicker_actions.js itempicker update 2012-09-29 10:23:03 +00:00
et2_extension_nextmatch_actions.js Don't try to submit if the action is not a context menu (eg: drag, drop) 2013-04-01 18:19:59 +00:00
et2_extension_nextmatch_controller.js Add ability to specify which actions are available for the no results placeholder 2013-03-20 23:09:04 +00:00
et2_extension_nextmatch_dynheight.js Take outer container height offset into account 2013-02-22 16:01:28 +00:00
et2_extension_nextmatch_rowProvider.js Look for cat_id options in parent(global) sel_options manager too 2013-03-25 22:59:48 +00:00
et2_extension_nextmatch.js Allow favorites from multiple apps to coexist 2013-04-10 08:00:31 +00:00
et2_widget_ajaxSelect.js
et2_widget_box.js Fix some more attribute issues, silenceing some attribute warnings 2012-07-25 22:37:56 +00:00
et2_widget_button.js Silence some warnings, mostly about attributes 2012-07-23 23:54:16 +00:00
et2_widget_checkbox.js Fix default true/false 2012-06-19 21:47:52 +00:00
et2_widget_color.js Avoid some init / destroy errors in color picker popup 2013-03-25 19:39:02 +00:00
et2_widget_date.js Add legacy option data format to silence a warning, though not needed client side 2013-02-11 08:08:28 +00:00
et2_widget_description.js Add some missing attribute attributes 2013-04-09 07:22:35 +00:00
et2_widget_diff.js
et2_widget_dropdown_button.js Add Favorite filters to nextmatch - W.I.P 2013-02-27 18:13:54 +00:00
et2_widget_favorites.js Allow favorites from multiple apps to coexist 2013-04-10 08:00:31 +00:00
et2_widget_file.js
et2_widget_grid.js If widget's row / column gets disabled, let widget know too 2013-03-15 17:46:53 +00:00
et2_widget_groupbox.js
et2_widget_hbox.js Tables in the main part of hbox need to be inline, or the block display ruins layout. Maybe a better way for this though 2012-07-23 18:00:31 +00:00
et2_widget_historylog.js Fix typo breaking history with select-options 2012-07-25 21:12:04 +00:00
et2_widget_hrule.js
et2_widget_html.js Silence some warnings, mostly about attributes 2012-07-23 23:54:16 +00:00
et2_widget_htmlarea.js fix ckeditor area 2013-04-09 11:50:14 +00:00
et2_widget_iframe.js Add iframe widget 2013-02-20 20:53:15 +00:00
et2_widget_image.js Get linked image from array working 2012-07-24 21:16:44 +00:00
et2_widget_itempicker.js itempicker update 2012-09-29 10:23:03 +00:00
et2_widget_link.js Missed call to _super.destroy() 2013-03-26 15:47:31 +00:00
et2_widget_number.js Fix some more attribute issues, silenceing some attribute warnings 2012-07-25 22:37:56 +00:00
et2_widget_progress.js
et2_widget_radiobox.js
et2_widget_selectAccount.js Fix widget not allowed / DOM error in nextmatch-accountfilter 2013-02-08 10:38:09 +00:00
et2_widget_selectbox.js Fix 'undefined' in read only selectboxes when value was not in list of options 2013-03-25 23:00:25 +00:00
et2_widget_split.js Change splitter preference saving to save on mouseup 2013-04-10 09:25:05 +00:00
et2_widget_styles.js
et2_widget_tabs.js Tabs check parent (usually a row) for height setting, and apply it to tabs 2012-07-16 15:17:23 +00:00
et2_widget_template.js Add some missing attribute attributes 2013-04-09 07:22:35 +00:00
et2_widget_textbox.js Implement legacy way of using a negative size to set a textbox readonly, but still getting an input widget instead of just text 2013-02-05 14:42:23 +00:00
et2_widget_tree.js Tie egw_action system into etemplate widgets - allows actions on widgets 2013-03-26 21:19:17 +00:00
et2_widget_url.js do NOT generate links for phone-numbers, if no phone integration configured 2013-02-05 12:50:20 +00:00
et2_widget_vfs.js Add iframe widget 2013-02-20 20:53:15 +00:00
etemplate2.js Add a base object for application javascript code to contain it, and solve initialization timing issues 2013-04-09 08:45:59 +00:00
etemplate.js If chosen is loaded, trigger update of contents. 2012-12-31 20:22:59 +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 Fix broken default values in widget browser 2013-02-25 18:52:45 +00:00