ORIENT/modules/backend/widgets/table/assets/js
Tobias Kündig a4359c91e9 Explicitly pass focused item along as it is already known (#4807)
If the DataTable widget is loaded in a Popup, the .focus() call does not
seem to focus the target element correctly, which leads to the problem,
that the updateCellFromFocusedItem method fails to find the focused
item.
This commit passes the target item along since it is already known.
2019-12-07 11:33:06 +11:00
..
build-min.js Explicitly pass focused item along as it is already known (#4807) 2019-12-07 11:33:06 +11:00
build.js Add search to table widget 2017-07-15 12:06:50 +10:00
table.datasource.base.js Add search to table widget 2017-07-15 12:06:50 +10:00
table.datasource.client.js Fixes data source polluting base proto 2016-02-10 20:22:50 +11:00
table.datasource.server.js Add search to table widget 2017-07-15 12:06:50 +10:00
table.helper.navigation.js Update Deprecated code in October into (event.key) (#4489) 2019-09-11 21:35:18 +10:00
table.helper.search.js Update Deprecated code in October into (event.key) (#4489) 2019-09-11 21:35:18 +10:00
table.js Update Deprecated code in October into (event.key) (#4489) 2019-09-11 21:35:18 +10:00
table.processor.autocomplete.js Added autocomplete column type to the Table widget 2015-11-17 21:26:03 -08:00
table.processor.base.js Minor styling fixes in the table widget. Fixed a bug where empty values in the table widget could be rendered as 'undefined' in Safari. 2017-01-25 20:15:12 -08:00
table.processor.checkbox.js Update Deprecated code in October into (event.key) (#4489) 2019-09-11 21:35:18 +10:00
table.processor.dropdown.js Explicitly pass focused item along as it is already known (#4807) 2019-12-07 11:33:06 +11:00
table.processor.string.js Add oc.tableUpdateData event and readOnly to string processor 2016-02-20 15:38:29 +11:00
table.validator.base.js Minor changes in the Table widget validation 2015-01-13 18:44:20 -08:00
table.validator.basenumber.js Added JS source map extension to the white map in the .htaccess file. Minor fix in the forms styling. Implemented client-side validation for the Table widget. Updated the Table widget readme file. 2015-01-11 13:42:42 -08:00
table.validator.float.js Added JS source map extension to the white map in the .htaccess file. Minor fix in the forms styling. Implemented client-side validation for the Table widget. Updated the Table widget readme file. 2015-01-11 13:42:42 -08:00
table.validator.integer.js Added JS source map extension to the white map in the .htaccess file. Minor fix in the forms styling. Implemented client-side validation for the Table widget. Updated the Table widget readme file. 2015-01-11 13:42:42 -08:00
table.validator.length.js Added JS source map extension to the white map in the .htaccess file. Minor fix in the forms styling. Implemented client-side validation for the Table widget. Updated the Table widget readme file. 2015-01-11 13:42:42 -08:00
table.validator.regex.js Added JS source map extension to the white map in the .htaccess file. Minor fix in the forms styling. Implemented client-side validation for the Table widget. Updated the Table widget readme file. 2015-01-11 13:42:42 -08:00
table.validator.required.js Added JS source map extension to the white map in the .htaccess file. Minor fix in the forms styling. Implemented client-side validation for the Table widget. Updated the Table widget readme file. 2015-01-11 13:42:42 -08:00