.. |
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
|
Downgrade no data error to a log, enhance message to include most likely cause
|
2013-02-08 08:32:17 +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
|
Define parent_node property that allows widgets to be displayed in a specific DOM node, other than where it would go according to the template
|
2013-02-13 11:21:24 +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
|
Accept modifications where the value evaluates to false
|
2013-03-25 21:46:18 +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 empty row placeholder
|
2013-03-13 18:42:03 +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
|
Fix private custom field filtering
|
2013-03-20 20:47:54 +00:00 |
et2_extension_itempicker_actions.js
|
itempicker update
|
2012-09-29 10:23:03 +00:00 |
et2_extension_nextmatch_actions.js
|
Get selected IDs if action function did not pass them
|
2013-03-20 22:20:05 +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
|
Always send app:id or just id from nextmatch_entryheader, instead of seperated properties
|
2013-03-25 22:04:10 +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
|
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
|
Fix typo breaking link activation
|
2013-03-13 18:36:01 +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_dropdown_button.js
|
Add Favorite filters to nextmatch - W.I.P
|
2013-02-27 18:13:54 +00:00 |
et2_widget_favorites.js
|
- Use top-level preferences to load favorites
|
2013-03-18 20:58:55 +00:00 |
et2_widget_file.js
|
Fix file upload size limit
|
2012-05-22 20:44:06 +00:00 |
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
|
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
|
Catch error from missing ckeditor stuff so it doesn't break everything else
|
2013-03-26 15:54:18 +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
|
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
|
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
|
Get horizontal splitter and nextmatch playing nice together
|
2013-02-22 16:02:47 +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 templates creating unwanted namespaces
|
2013-03-20 16:16:12 +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
|
Fix some destructors
|
2013-03-18 20:52:41 +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 implementation for xajax_eT_wrapper() to avoid having to replace them all right now
|
2013-03-25 16:56:10 +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 |