.. |
lib
|
Now using the etemplate code from the root instance (etemplate2.js acts as a egw api plugin); fixed egw.json plugins; fixed problem with 'instanceof Object', which does not work when sharing code over multiple windows
|
2012-03-06 13:22:01 +00:00 |
test
|
nextmatch widget now loads the data that was passed to it in the settings array
|
2012-03-27 14:51:16 +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
|
Don't try to split integer keys (auto-repeat rows)
|
2012-03-21 21:23:12 +00:00 |
et2_core_baseWidget.js
|
Attempt of fixing legacy JavaScript functions, only tested for simple cases
|
2012-03-06 15:26:11 +00:00 |
et2_core_common.js
|
Various bug fixes in the grid, implemented prefetching, workaround for performance issues regarding update, removed _lastModification
|
2012-03-26 15:28:02 +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
|
Now always including egw and etemplate2 javascript code if we are in the top window
|
2012-03-08 14:05:00 +00:00 |
et2_core_interfaces.js
|
Implemented server-side callback function
|
2011-09-09 11:29:07 +00:00 |
et2_core_legacyJSFunctions.js
|
phpgwapi:
|
2012-03-09 15:32:29 +00:00 |
et2_core_phpExpressionCompiler.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_core_valueWidget.js
|
Fixed correct expanding of names and implemented the dataProvider class
|
2011-09-08 18:36:09 +00:00 |
et2_core_widget.js
|
If legacy option is '', it's not set - use default
|
2012-03-26 23:28:35 +00:00 |
et2_core_xml.js
|
Added some naming scheme to the js files
|
2011-08-24 10:18:07 +00:00 |
et2_dataview_controller_selection.js
|
Added forgotten selection manager
|
2012-03-28 08:05:28 +00:00 |
et2_dataview_controller.js
|
Avoid errors about missing methods, running out of stack space - probably a missing file...
|
2012-03-27 17:02:00 +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
|
New dataview version and integration into the nextmatch widget
|
2012-03-23 12:20:57 +00:00 |
et2_dataview_view_grid.js
|
Various bug fixes in the grid, implemented prefetching, workaround for performance issues regarding update, removed _lastModification
|
2012-03-26 15:28:02 +00:00 |
et2_dataview_view_resizeable.js
|
Do not consume mousedown event, prevents widgets in header from working
|
2012-03-20 20:51:59 +00:00 |
et2_dataview_view_row.js
|
New dataview version and integration into the nextmatch widget
|
2012-03-23 12:20:57 +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
|
New dataview version and integration into the nextmatch widget
|
2012-03-23 12:20:57 +00:00 |
et2_extension_customfields.js
|
Get radio customfield working in popup + nm
|
2012-03-23 18:57:13 +00:00 |
et2_extension_nextmatch_actions.js
|
convert global id prefixed with app:: to just id
|
2012-03-27 13:12:51 +00:00 |
et2_extension_nextmatch_controller.js
|
Avoid errors about missing methods, running out of stack space - probably a missing file...
|
2012-03-27 17:02:00 +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
|
Actions basically working again, do not work properly yet, as the global uid is passed to the nm_action function
|
2012-03-27 10:18:42 +00:00 |
et2_extension_nextmatch.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_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
|
Return DOM node so name/ID changes can be applied (handled by caller)
|
2011-10-24 22:52:01 +00:00 |
et2_widget_button.js
|
Fix buttononly in datagrid, implement legacy options
|
2012-03-27 15:05:30 +00:00 |
et2_widget_checkbox.js
|
Radio has its own implementation now
|
2012-03-27 23:13:55 +00:00 |
et2_widget_date.js
|
Only re-create the widget if the type is actually changed
|
2012-03-22 15:56:16 +00:00 |
et2_widget_description.js
|
Fixed problem with class not being set correctly
|
2012-03-12 13:19:13 +00:00 |
et2_widget_file.js
|
Integrated application specifig egw api into etemplate2 code
|
2012-03-02 10:44:56 +00:00 |
et2_widget_grid.js
|
Prevent some warnings about attributes
|
2012-03-23 19:25:50 +00:00 |
et2_widget_groupbox.js
|
Implement groupbox/caption with fieldset/legend
|
2012-03-19 21:06:02 +00:00 |
et2_widget_hbox.js
|
Added some naming scheme to the js files
|
2011-08-24 10:18:07 +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
|
Use html widget for read-only html-area
|
2012-03-22 23:21:35 +00:00 |
et2_widget_image.js
|
Various bug fixes in the grid, implemented prefetching, workaround for performance issues regarding update, removed _lastModification
|
2012-03-26 15:28:02 +00:00 |
et2_widget_link.js
|
If application is provided, app is expecting just the ID back
|
2012-03-22 23:20:56 +00:00 |
et2_widget_number.js
|
Number widget takes numbers (not text)
|
2012-03-21 21:30:05 +00:00 |
et2_widget_progress.js
|
Fix progress widget inside datagrid
|
2012-03-12 23:18:46 +00:00 |
et2_widget_radiobox.js
|
Get radio customfield working in popup + nm
|
2012-03-23 18:57:13 +00:00 |
et2_widget_selectAccount.js
|
fixed formatting with 8 space instead tab and EGroupware name
|
2012-03-15 08:29:45 +00:00 |
et2_widget_selectbox.js
|
Shuffle where to look for options: first by ID, then top level, then in row
|
2012-03-22 23:19:13 +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
|
Integrated application specifig egw api into etemplate2 code
|
2012-03-02 10:44:56 +00:00 |
et2_widget_template.js
|
Instanciate the instance for the app based on template name when loading
|
2012-03-20 21:42:25 +00:00 |
et2_widget_textbox.js
|
Implement legacy options size & max size
|
2012-03-26 23:27:53 +00:00 |
et2_widget_tree.js
|
Tree now looks like it works
|
2012-03-07 23:17:49 +00:00 |
et2_widget_url.js
|
Fix missing widget reference
|
2012-03-22 23:16:14 +00:00 |
et2_widget_vfs.js
|
Got mime working, sort of
|
2012-03-27 23:32:32 +00:00 |
etemplate2.js
|
Start of vfs widget
|
2012-03-26 19:46:51 +00:00 |
etemplate.js
|
Correctly change style if element has more than one class
|
2011-03-08 23:49:30 +00:00 |
nextmatch_action.js
|
fixed nm_active_link, to also active links, not only onclick handlers
|
2012-03-13 11:08:02 +00:00 |