.. |
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
|
Get customfield-type working again
|
2012-05-07 17:40:59 +00:00 |
et2_core_baseWidget.js
|
Move align interface with the rest
|
2012-07-23 18:01:04 +00:00 |
et2_core_common.js
|
Implement legacy options for link-entry - lets infolog parent work
|
2012-04-04 20:17:38 +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
|
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
|
Do not open an array perspective if the entry is null
|
2012-07-23 22:05:54 +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
|
Make sure action object is set before using it
|
2012-05-23 23:55:01 +00:00 |
et2_dataview_controller.js
|
Fixed selection and getSelected() function; controllers and selection managers are now hirachical
|
2012-03-30 14:20:11 +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
|
Do not consume mousedown event, prevents widgets in header from working
|
2012-03-20 20:51:59 +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
|
Default nm header to left aligned
|
2012-05-07 18:43:38 +00:00 |
et2_extension_customfields.js
|
Fix custom field filtering
|
2012-07-11 20:30:33 +00:00 |
et2_extension_nextmatch_actions.js
|
Improve error message to include expected format
|
2012-07-23 17:58:04 +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
|
Implement valign attribute for nextmatch rows
|
2012-06-11 15:43:09 +00:00 |
et2_extension_nextmatch.js
|
Add 'All' option to category filter if missing to match old etemplate
|
2012-07-11 20:10:20 +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
|
Get submit actions (like Insert in document) working
|
2012-04-17 22:56:04 +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
|
Fix wierdness in date/time values by using the individual pieces
|
2012-04-16 21:32:42 +00:00 |
et2_widget_description.js
|
Get description menuaction style popups working
|
2012-07-10 23:13:05 +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
|
Move align interface with the rest
|
2012-07-23 18:01:04 +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
|
Add some comments
|
2012-07-09 19:04:32 +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
|
Add label option, implement et2_IDetachedDOM interface
|
2012-06-12 18:38:21 +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
|
moved egw_links.js window contect specific parts to egw_open.js: egw().open() and egw().open_link() renamed from egw().call_link()
|
2012-03-28 12:37:03 +00:00 |
et2_widget_itempicker.js
|
et2_widget_itempicker select and multiselect functionality
|
2012-07-22 18:37:17 +00:00 |
et2_widget_link.js
|
Tighten up CSS a little
|
2012-07-11 19:01:06 +00:00 |
et2_widget_number.js
|
Number widget takes numbers (not text)
|
2012-03-21 21:30:05 +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
|
- Keep internal value synced with widget value
|
2012-07-10 22:20: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
|
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
|
Make sure there's a template name before requesting it from server
|
2012-07-23 23:51:47 +00:00 |
et2_widget_textbox.js
|
Ignore some properties to silence warnings
|
2012-07-11 20:09:15 +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
|
Set value type to integer, removes warning about string & fixes missing file size
|
2012-07-23 17:59:09 +00:00 |
etemplate2.js
|
very first attempt for et2_widget_itempicker implementation
|
2012-07-14 15:38:02 +00:00 |
etemplate.js
|
If HTML5 validation fails, switch to the appropriate tab so message can be shown
|
2012-06-12 16:46:36 +00:00 |
nextmatch_action.js
|
use egw object for given app and window, to open non-popup pm view in projectmanager iframe for jdots template
|
2012-05-22 15:40:10 +00:00 |