egroupware_official/api/js/etemplate
nathangray 4ba7bac850 Add some convenience functions for faster widget access
These are only available on et2_container, so app.ts can use eg: this.et2.setWidgetById(...)

getDOMWidgetById(): Same as getWidgetById() it returns et2_DOMWidget instead of et2_widget
getValueWidgetById(): Same as getWidgetById(), but returns et2_valueWidget
getValueById(): Find a widget, get its value
setValueById(): Find a widget, set its value
setDisabledById(): Find a widget, set its disabled state.
2020-05-15 14:01:02 -06:00
..
lib Translate months too 2017-11-22 11:30:14 -07:00
test Convert dynheight to typescript 2020-02-12 14:49:22 -07:00
et2_core_arrayMgr.js Fix attributes referencing not-set content evaluated as true 2020-02-12 11:10:52 -07:00
et2_core_arrayMgr.ts Fix attributes referencing not-set content evaluated as true 2020-02-12 11:10:52 -07:00
et2_core_baseWidget.js Add some convenience functions for faster widget access 2020-05-15 14:01:02 -06:00
et2_core_baseWidget.ts Add some convenience functions for faster widget access 2020-05-15 14:01:02 -06:00
et2_core_common.js Convert expose to TS and apply it to all exposable widgets 2020-02-19 17:14:44 +01:00
et2_core_common.ts Convert expose to TS and apply it to all exposable widgets 2020-02-19 17:14:44 +01:00
et2_core_DOMWidget.js Fix missing column headers after changing nm row template 2020-03-30 12:22:07 -06:00
et2_core_DOMWidget.ts Fix missing column headers after changing nm row template 2020-03-30 12:22:07 -06:00
et2_core_editableWidget.js Fix htmlarea being initiated twice 2020-03-11 14:54:47 +01:00
et2_core_editableWidget.ts Fix htmlarea being initiated twice 2020-03-11 14:54:47 +01:00
et2_core_inheritance.js Hopefully last attribute inheritance bug fix, solves a lot of the console warnings. 2020-02-10 11:41:40 -07:00
et2_core_inheritance.ts Hopefully last attribute inheritance bug fix, solves a lot of the console warnings. 2020-02-10 11:41:40 -07:00
et2_core_inputWidget.js selectbox widget and some fixes 2020-01-29 15:12:44 +01:00
et2_core_inputWidget.ts selectbox widget and some fixes 2020-01-29 15:12:44 +01:00
et2_core_interfaces.js Convert expose to TS and apply it to all exposable widgets 2020-02-19 17:14:44 +01:00
et2_core_interfaces.ts Convert expose to TS and apply it to all exposable widgets 2020-02-19 17:14:44 +01:00
et2_core_legacyJSFunctions.js Don't bind context for app functions, they expect their own. 2020-05-15 11:15:30 -06:00
et2_core_phpExpressionCompiler.js moving et2 js files to api 2016-03-19 13:48:07 +00:00
et2_core_valueWidget.js Fix namespace check 2020-02-11 15:19:33 -07:00
et2_core_valueWidget.ts Fix namespace check 2020-02-11 15:19:33 -07:00
et2_core_widget.js making video position available and a couple of documentation updates 2020-05-10 14:53:06 +02:00
et2_core_widget.ts making video position available and a couple of documentation updates 2020-05-10 14:53:06 +02:00
et2_core_xml.js Convert et2_core_xml to TS 2020-02-13 15:53:12 +01:00
et2_core_xml.ts Convert et2_core_xml to TS 2020-02-13 15:53:12 +01:00
et2_dataview_controller_selection.js - Fix attribute inheritance didn't work properly 2020-02-04 16:07:50 -07:00
et2_dataview_controller_selection.ts Get nextmatch rendering, sort of 2020-01-31 13:07:27 -07:00
et2_dataview_controller.js Get nextmatch rendering, sort of 2020-01-31 13:07:27 -07:00
et2_dataview_controller.ts Get nextmatch rendering, sort of 2020-01-31 13:07:27 -07:00
et2_dataview_interfaces.js Get nextmatch rendering, sort of 2020-01-31 13:07:27 -07:00
et2_dataview_interfaces.ts Get nextmatch rendering, sort of 2020-01-31 13:07:27 -07:00
et2_dataview_model_columns.js Get nextmatch rendering, sort of 2020-01-31 13:07:27 -07:00
et2_dataview_model_columns.ts Get nextmatch rendering, sort of 2020-01-31 13:07:27 -07:00
et2_dataview_view_aoi.js jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00
et2_dataview_view_container.js Work on getting nextmatch going 2020-01-29 15:12:44 +01:00
et2_dataview_view_container.ts Work on getting nextmatch going 2020-01-29 15:12:44 +01:00
et2_dataview_view_grid.js Get nextmatch rendering, sort of 2020-01-31 13:07:27 -07:00
et2_dataview_view_grid.ts Get nextmatch rendering, sort of 2020-01-31 13:07:27 -07:00
et2_dataview_view_resizeable.js Work on getting nextmatch loading 2020-01-29 16:05:01 -07:00
et2_dataview_view_resizeable.ts Work on getting nextmatch loading 2020-01-29 16:05:01 -07:00
et2_dataview_view_row.js Fix nextmatch row expansion not properly displaying children 2020-03-30 12:28:48 -06:00
et2_dataview_view_row.ts Fix nextmatch row expansion not properly displaying children 2020-03-30 12:28:48 -06:00
et2_dataview_view_rowProvider.js Fix legacy options not being read for some widgets 2020-03-30 10:28:48 -06:00
et2_dataview_view_rowProvider.ts Merge feature/improve_nm_performance changes in 2020-03-11 10:56:51 -06:00
et2_dataview_view_spacer.js Get nextmatch rendering, sort of 2020-01-31 13:07:27 -07:00
et2_dataview_view_spacer.ts Get nextmatch rendering, sort of 2020-01-31 13:07:27 -07:00
et2_dataview_view_tile.js Get nextmatch rendering, sort of 2020-01-31 13:07:27 -07:00
et2_dataview_view_tile.ts Get nextmatch rendering, sort of 2020-01-31 13:07:27 -07:00
et2_dataview.js Fix legacy options not being read for some widgets 2020-03-30 10:28:48 -06:00
et2_dataview.ts Merge feature/improve_nm_performance changes in 2020-03-11 10:56:51 -06:00
et2_extension_customfields.js Fix missing translation reported by Stefan Unverricht 2020-04-15 11:21:53 -06:00
et2_extension_customfields.ts Fix missing translation reported by Stefan Unverricht 2020-04-15 11:21:53 -06:00
et2_extension_itempicker_actions.js Convert et2_extension_itempicker_actions to TS 2020-02-13 15:45:23 +01:00
et2_extension_itempicker_actions.ts Convert et2_extension_itempicker_actions to TS 2020-02-13 15:45:23 +01:00
et2_extension_nextmatch_actions.js Fix missing translations reported by Stefan Unverricht 2019-08-27 12:04:06 -06:00
et2_extension_nextmatch_controller.js Get nextmatch rendering, sort of 2020-01-31 13:07:27 -07:00
et2_extension_nextmatch_controller.ts Code style improvements 2020-02-11 11:32:50 -07:00
et2_extension_nextmatch_rowProvider.js Try to avoid error from missing nodes 2020-04-14 15:03:32 -06:00
et2_extension_nextmatch_rowProvider.ts Try to avoid error from missing nodes 2020-04-14 15:03:32 -06:00
et2_extension_nextmatch.js Port b6020ad from asig2016 to master 2020-04-09 12:39:16 -06:00
et2_extension_nextmatch.ts Port b6020ad from asig2016 to master 2020-04-09 12:39:16 -06:00
et2_types.d.ts Fix some missed free() calls 2020-03-16 14:27:57 -06:00
et2_widget_ajaxSelect.js Convert et2_widget_ajaxSelect to TS 2020-02-13 15:39:10 +01:00
et2_widget_ajaxSelect.ts Convert et2_widget_ajaxSelect to TS 2020-02-13 15:39:10 +01:00
et2_widget_barcode.js Convert to typescript 2020-02-12 15:35:59 -07:00
et2_widget_barcode.ts Convert to typescript 2020-02-12 15:35:59 -07:00
et2_widget_box.js Fix namespaces were not processed 2020-01-29 14:29:06 -07:00
et2_widget_box.ts Fix namespaces were not processed 2020-01-29 14:29:06 -07:00
et2_widget_button.js Fix legacy options not being read for some widgets 2020-03-30 10:28:48 -06:00
et2_widget_button.ts Fix legacy options not being read for some widgets 2020-03-30 10:28:48 -06:00
et2_widget_checkbox.js Fix readonly checkbox not working 2020-05-13 12:00:06 +02:00
et2_widget_checkbox.ts Fix readonly checkbox not working 2020-05-13 12:00:06 +02:00
et2_widget_color.js * Api: Can now select no color with color widget 2020-05-11 14:58:36 -06:00
et2_widget_color.ts * Api: Can now select no color with color widget 2020-05-11 14:58:36 -06:00
et2_widget_date.js Fix missing translation reported by Stefan Unverricht 2020-04-15 11:21:53 -06:00
et2_widget_date.ts Fix missing translation reported by Stefan Unverricht 2020-04-15 11:21:53 -06:00
et2_widget_description.js Fix missing translation reported by Stefan Unverricht 2020-04-15 10:06:09 -06:00
et2_widget_description.ts Fix missing translation reported by Stefan Unverricht 2020-04-15 11:47:22 -06:00
et2_widget_dialog.js Fix some typescript bugs 2020-04-09 14:26:57 -06:00
et2_widget_dialog.ts Fix some typescript bugs 2020-04-09 14:26:57 -06:00
et2_widget_diff.js Diff widget 2020-02-12 13:19:21 -07:00
et2_widget_diff.ts Diff widget 2020-02-12 13:19:21 -07:00
et2_widget_dropdown_button.js Convert et2_widget_favorites to TS 2020-02-10 16:48:15 +01:00
et2_widget_dropdown_button.ts Convert et2_widget_favorites to TS 2020-02-10 16:48:15 +01:00
et2_widget_dynheight.js Add missing destroy() 2020-02-24 15:15:24 -07:00
et2_widget_dynheight.ts Add missing destroy() 2020-02-24 15:15:24 -07:00
et2_widget_entry.js Fix legacy options not being read for some widgets 2020-03-30 10:28:48 -06:00
et2_widget_entry.ts Fix legacy options not being read for some widgets 2020-03-30 10:28:48 -06:00
et2_widget_favorites.js Convert et2_widget_favorites to TS 2020-02-10 16:48:15 +01:00
et2_widget_favorites.ts Convert et2_widget_favorites to TS 2020-02-10 16:48:15 +01:00
et2_widget_file.js Get legacy JS parser to understand functions that don't start with "app." and don't have brackets in the attribute. 2020-04-23 11:33:24 -06:00
et2_widget_file.ts Get legacy JS parser to understand functions that don't start with "app." and don't have brackets in the attribute. 2020-04-23 11:33:24 -06:00
et2_widget_grid.js Fix action bugs where actions were not properly linking 2020-02-27 11:54:55 -07:00
et2_widget_grid.ts Fix action bugs where actions were not properly linking 2020-02-27 11:54:55 -07:00
et2_widget_groupbox.js Convert et2_widget_groupbox to TS 2020-02-10 14:33:15 +01:00
et2_widget_groupbox.ts Convert et2_widget_groupbox to TS 2020-02-10 14:33:15 +01:00
et2_widget_hbox.js Fix namespaces were not processed 2020-01-29 14:29:06 -07:00
et2_widget_hbox.ts Fix namespaces were not processed 2020-01-29 14:29:06 -07:00
et2_widget_historylog.js Fix legacy options not being read for some widgets 2020-03-30 10:28:48 -06:00
et2_widget_historylog.ts Fix legacy options not being read for some widgets 2020-03-30 10:28:48 -06:00
et2_widget_hrule.js Convert et2_widget_hrule to TS 2020-02-10 14:36:09 +01:00
et2_widget_hrule.ts Convert et2_widget_hrule to TS 2020-02-10 14:36:09 +01:00
et2_widget_html.js Convert et2_widget_html to TS 2020-02-06 16:47:08 +01:00
et2_widget_html.ts Convert et2_widget_html to TS 2020-02-06 16:47:08 +01:00
et2_widget_htmlarea.js merge master 2020-03-05 14:45:25 +01:00
et2_widget_htmlarea.ts merge master 2020-03-05 14:45:25 +01:00
et2_widget_iframe.js Add missing js file from previous commit 2020-04-29 12:29:35 +02:00
et2_widget_iframe.ts Add allow option to iframe widget 2020-04-29 12:23:49 +02:00
et2_widget_image.js Fix lavatar not generating any image 2020-04-21 15:18:44 +02:00
et2_widget_image.ts Fix lavatar not generating any image 2020-04-21 15:18:44 +02:00
et2_widget_itempicker.js Fix legacy options not being read for some widgets 2020-03-30 10:28:48 -06:00
et2_widget_itempicker.ts Fix legacy options not being read for some widgets 2020-03-30 10:28:48 -06:00
et2_widget_link.js Api: Take care of private app.js instances, make sure they're included in iteration. 2020-04-21 15:36:17 -06:00
et2_widget_link.ts Fix legacy options not being read for some widgets 2020-03-30 10:28:48 -06:00
et2_widget_number.js Get nextmatch rendering, sort of 2020-01-31 13:07:27 -07:00
et2_widget_number.ts Fix TS type errors on widget number 2020-02-04 18:58:59 +01:00
et2_widget_portlet.js Fix action bugs where actions were not properly linking 2020-02-27 11:54:55 -07:00
et2_widget_portlet.ts Fix action bugs where actions were not properly linking 2020-02-27 11:54:55 -07:00
et2_widget_progress.js Fix legacy options not being read for some widgets 2020-03-30 10:28:48 -06:00
et2_widget_progress.ts Fix legacy options not being read for some widgets 2020-03-30 10:28:48 -06:00
et2_widget_radiobox.js Add readonly value to readonly option 2020-05-13 11:56:49 +02:00
et2_widget_radiobox.ts Add readonly value to readonly option 2020-05-13 11:56:49 +02:00
et2_widget_script.js Convert et2_widget_script to TS 2020-02-13 10:25:00 +01:00
et2_widget_script.ts Convert et2_widget_script to TS 2020-02-13 10:25:00 +01:00
et2_widget_selectAccount.js Api: Take care of private app.js instances, make sure they're included in iteration. 2020-04-21 15:36:17 -06:00
et2_widget_selectAccount.ts Fix legacy options not being read for some widgets 2020-03-30 10:28:48 -06:00
et2_widget_selectbox.js Fix legacy options not being read for some widgets 2020-03-30 10:28:48 -06:00
et2_widget_selectbox.ts Fix legacy options not being read for some widgets 2020-03-30 10:28:48 -06:00
et2_widget_split.js Fix legacy options not being read for some widgets 2020-03-30 10:28:48 -06:00
et2_widget_split.ts Fix some missed free() calls 2020-03-16 14:27:57 -06:00
et2_widget_styles.js Convert style widget 2020-02-12 13:28:49 -07:00
et2_widget_styles.ts Convert style widget 2020-02-12 13:28:49 -07:00
et2_widget_tabs.js fix wrong class-name for attributes in constructor call 2020-01-29 15:12:44 +01:00
et2_widget_tabs.ts fix wrong class-name for attributes in constructor call 2020-01-29 15:12:44 +01:00
et2_widget_taglist.js Make taglist-state update its own options when country code changes 2020-05-13 15:21:26 -06:00
et2_widget_taglist.ts Make taglist-state update its own options when country code changes 2020-05-13 15:21:26 -06:00
et2_widget_template.js making video position available and a couple of documentation updates 2020-05-10 14:53:06 +02:00
et2_widget_template.ts making video position available and a couple of documentation updates 2020-05-10 14:53:06 +02:00
et2_widget_textbox.js Fix legacy options not being read for some widgets 2020-03-30 10:28:48 -06:00
et2_widget_textbox.ts Fix legacy options not being read for some widgets 2020-03-30 10:28:48 -06:00
et2_widget_timestamper.js Convert et2_widget_taglist to TS 2020-02-10 15:17:09 +01:00
et2_widget_timestamper.ts Convert et2_widget_taglist to TS 2020-02-10 15:17:09 +01:00
et2_widget_toolbar.js Fix toolbar actions with no group were missing 2020-03-30 14:25:24 -06:00
et2_widget_toolbar.ts Fix toolbar actions with no group were missing 2020-03-30 14:25:24 -06:00
et2_widget_tree.js Convert et2_widget_tree to TS 2020-02-12 11:29:03 +01:00
et2_widget_tree.ts Convert et2_widget_tree to TS 2020-02-12 11:29:03 +01:00
et2_widget_url.js Api: Fix reference to et2_url EMAIL_PREG 2020-05-05 15:12:00 -06:00
et2_widget_url.ts Api: Fix reference to et2_url EMAIL_PREG 2020-05-05 15:12:00 -06:00
et2_widget_vfs.js Fix link from VFS dialog did not open 2020-04-14 14:13:36 -06:00
et2_widget_vfs.ts Fix link from VFS dialog did not open 2020-04-14 14:13:36 -06:00
et2_widget_video.js making video position available and a couple of documentation updates 2020-05-10 14:53:06 +02:00
et2_widget_video.ts making video position available and a couple of documentation updates 2020-05-10 14:53:06 +02:00
etemplate2.js Still need to clear before loading or dialogs get doubled 2020-04-22 14:53:11 -06:00
etemplate2.ts Still need to clear before loading or dialogs get doubled 2020-04-22 14:53:11 -06:00
expose.js Fix expose class and its derived widgets 2020-02-20 17:46:53 +01:00
expose.ts Fix expose class and its derived widgets 2020-02-20 17:46:53 +01:00
vfsSelectUI.js Try to fix navigation issues in file select popup 2020-03-25 13:48:04 -06:00
vfsSelectUI.ts Try to fix navigation issues in file select popup 2020-03-25 13:48:04 -06:00
widget_browser.js Fix some missed free() calls 2020-03-16 14:27:57 -06:00