egroupware_official/etemplate/js
2013-02-06 17:08:12 +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 Fix so namespaces work even without content data 2013-02-05 12:55:01 +00:00
et2_core_baseWidget.js Move align interface with the rest 2012-07-23 18:01:04 +00:00
et2_core_common.js no need to generate a link, if there is no content in it, instead of displaying "-missing-" 2013-02-05 12:32:57 +00:00
et2_core_DOMWidget.js fixed problem with dialog overlaying infolog grid in ff 2012-03-26 14:08:57 +00:00
et2_core_inheritance.js Fixed a lot of problems regarding centralized JavaScript code; et2_dataview_view_resizeable is current WIP; now building etemplate2 DOM-Tree to a DocumentFragment first, which brings a significant performance gain 2012-03-07 15:33:21 +00:00
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 If onchange property was '1', do a full post 2012-05-08 20:27:02 +00:00
et2_core_phpExpressionCompiler.js Avoid 'undefined' showing up in attributes when variable or value is missing 2012-06-12 19:53:51 +00:00
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 Legacy options: 2013-02-06 08:03:13 +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 Make sure action object is set before using it 2012-05-23 23:55:01 +00:00
et2_dataview_controller.js Add the ability to specify the client-side data cache prefix, to avoid collisions in applications where there can be more than one type of data 2013-02-06 10:49:46 +00:00
et2_dataview_interfaces.js New dataview version and integration into the nextmatch widget 2012-03-23 12:20:57 +00:00
et2_dataview_model_columns.js Client side API now supports modules which are instanciated per application or per window; removed et2_debug function from et2_core_common, now using corresponding API function. 2012-03-05 13:07:38 +00:00
et2_dataview_view_aoi.js nextmatch widget now loads the data that was passed to it in the settings array 2012-03-27 14:51:16 +00:00
et2_dataview_view_container.js Implemented hirachical rows 2012-03-30 11:43:39 +00:00
et2_dataview_view_grid.js Fixed selection and getSelected() function; controllers and selection managers are now hirachical 2012-03-30 14:20:11 +00:00
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 Fixed selection and getSelected() function; controllers and selection managers are now hirachical 2012-03-30 14:20:11 +00:00
et2_dataview_view_rowProvider.js New dataview version and integration into the nextmatch widget 2012-03-23 12:20:57 +00:00
et2_dataview_view_spacer.js New dataview version and integration into the nextmatch widget 2012-03-23 12:20:57 +00:00
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 Handle possibility that custom field filter is already an array 2012-07-24 22:57:27 +00:00
et2_extension_itempicker_actions.js itempicker update 2012-09-29 10:23:03 +00:00
et2_extension_nextmatch_actions.js fix for not working egw_open action 2013-02-05 09:14:14 +00:00
et2_extension_nextmatch_controller.js Don't fail if there are no actions, just initialize to empty array 2012-05-29 22:35:33 +00:00
et2_extension_nextmatch_dynheight.js New dataview version and integration into the nextmatch widget 2012-03-23 12:20:57 +00:00
et2_extension_nextmatch_rowProvider.js handle multiple comma-separated category-ids in class attribute of row and do not match numbers inside class-names 2013-02-05 14:15:46 +00:00
et2_extension_nextmatch.js Add the ability to specify the client-side data cache prefix, to avoid collisions in applications where there can be more than one type of data 2013-02-06 10:49:46 +00:00
et2_widget_ajaxSelect.js Add start of ajax select widget, get submits working again 2012-03-22 23:31:31 +00:00
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 Implement color picker 2012-05-02 18:01:17 +00:00
et2_widget_date.js only call replace on _value of type string, otherwise (eg. null) gives exception 2013-02-05 08:55:09 +00:00
et2_widget_description.js Add support for app.class.method links in description 2013-02-06 15:05:31 +00:00
et2_widget_diff.js Change diff dialog to use auto sizing, hopefully avoid some scrollbars in FF 2012-06-05 17:11:42 +00:00
et2_widget_file.js Fix file upload size limit 2012-05-22 20:44:06 +00:00
et2_widget_grid.js Fix grid auto-repeat. It's always the last row that repeats, if there's data 2013-02-05 08:31:08 +00:00
et2_widget_groupbox.js Implement groupbox/caption with fieldset/legend 2012-03-19 21:06:02 +00:00
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 Added some naming scheme to the js files 2011-08-24 10:18:07 +00:00
et2_widget_html.js Silence some warnings, mostly about attributes 2012-07-23 23:54:16 +00:00
et2_widget_htmlarea.js I guess jQuery adapter doesn't work quite yet, fix get/set_value() 2012-06-12 20:50:45 +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 Link entry: 2013-02-06 08:06:11 +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 Allow progress to handle value sent in as label 2012-04-05 20:19:32 +00:00
et2_widget_radiobox.js Get radio/checkbox to validate values that come from content 2012-05-08 20:25:56 +00:00
et2_widget_selectAccount.js If preference for account selection is popup, don't use a popup just embed the search instead 2012-06-18 23:28:51 +00:00
et2_widget_selectbox.js Check for content options first 2013-02-06 17:08:12 +00:00
et2_widget_styles.js Fixed a lot of problems regarding centralized JavaScript code; et2_dataview_view_resizeable is current WIP; now building etemplate2 DOM-Tree to a DocumentFragment first, which brings a significant performance gain 2012-03-07 15:33:21 +00:00
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 Fix so namespaces work even without content data 2013-02-05 12:55:01 +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 Tree now looks like it works 2012-03-07 23:17:49 +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 Set value type to integer, removes warning about string & fixes missing file size 2012-07-23 17:59:09 +00:00
etemplate2.js Keep type of value as Object, fixes missing nextmatch data 2013-02-05 09:53:06 +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