egroupware_official/etemplate/js
2012-03-15 23:16:41 +00:00
..
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 Pretty checkboxed multi-select widget 2012-03-15 22:57:55 +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 selectboxes inside datagrid working 2012-03-13 23:02:21 +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 Don't try to split numbers 2012-03-15 23:15:01 +00:00
et2_core_DOMWidget.js _rebuildContainer() doesn't take parameters 2011-10-12 16:27:50 +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 Don't overwrite current option (set from explicit attribute or content) with a legacy option 2012-03-15 21:56:19 +00:00
et2_core_xml.js Added some naming scheme to the js files 2011-08-24 10:18:07 +00:00
et2_dataview_interfaces.js Loading data from server in nextmatch widget - readonlys is not processed as it is not so easy to handle 2011-09-09 14:32:55 +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_model_dataProvider.js Give a warning about blank first row and stop - not sure of the solution, but this at least shows something 2012-03-13 15:42:46 +00:00
et2_dataview_view_container.js Removed debug messages and made it work with ff 2011-08-31 15:58:24 +00:00
et2_dataview_view_grid.js Using new egw json api for sending submits 2012-03-05 15:02:32 +00:00
et2_dataview_view_gridContainer.js Make grid resizing work again 2012-03-12 12:17:07 +00:00
et2_dataview_view_partitionContainerNodes.js Added code for creating widget-rows in the dataview 2011-09-05 14:35:28 +00:00
et2_dataview_view_partitionNode.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_partitionOrganizationNode.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_partitionTree.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_resizeable.js Make grid resizing work again 2012-03-12 12:17:07 +00:00
et2_dataview_view_row.js getting server supplied actions working, thought actions submitting the form do not yet work 2011-09-14 14:25:09 +00:00
et2_dataview_view_rowAOI.js Added forgotten et2_dataview_view_rowAOI.js 2011-09-09 14:41:11 +00:00
et2_dataview_view_rowProvider.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_spacer.js First version of the dataview which does... well... 'something' at least (currently shows dummy rows with non-etemplate content) Need to cleanup code and test auto hiding of rows (code is actually there) 2011-08-31 15:39:24 +00:00
et2_extension_customfields.js Pretty checkboxed multi-select widget 2012-03-15 22:57:55 +00:00
et2_extension_nextmatch_dynheight.js Now again using a local etemplate2 instance on the client 2012-03-12 12:05:14 +00:00
et2_extension_nextmatch.js Make sure headers is defined, even if no templates specified 2012-03-15 23:16:41 +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 Make button onclick work inside nextmatch again 2012-03-12 18:25:36 +00:00
et2_widget_checkbox.js Update for attributes moved to options sub-property 2011-10-03 17:50:29 +00:00
et2_widget_date.js Don't show duration if the field is empty for the row 2012-03-13 19:38:48 +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 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_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 Added some naming scheme to the js files 2011-08-24 10:18:07 +00:00
et2_widget_image.js Remove redundant code - api handles this 2012-03-08 16:57:23 +00:00
et2_widget_link.js Make DOM node stored in closure, not jQuery selection 2012-03-14 19:00:38 +00:00
et2_widget_number.js Add integer type, alias of int tag 2012-03-05 16:53:52 +00:00
et2_widget_progress.js Fix progress widget inside datagrid 2012-03-12 23:18:46 +00:00
et2_widget_radiobox.js Added some naming scheme to the js files 2011-08-24 10:18:07 +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 Pretty checkboxed multi-select widget 2012-03-15 22:57:55 +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 Don't proxy template, just don't load it until asked for 2012-03-14 21:27:23 +00:00
et2_widget_textbox.js Add integer type, alias of int tag 2012-03-05 16:53:52 +00:00
et2_widget_tree.js Tree now looks like it works 2012-03-07 23:17:49 +00:00
et2_widget_url.js Integrated application specifig egw api into etemplate2 code 2012-03-02 10:44:56 +00:00
etemplate2.js Don't proxy template, just don't load it until asked for 2012-03-14 21:27:23 +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