ORIENT/modules/backend/widgets/table/assets/js
Ben Thomson 2f500ab034
Auto-detect correct postback handler for datatable widget. (#4967)
This change removes the default postback handler for the datatable
widget (onSave) and instead relies on the closest form's request
handler. While `onSave` was a safe default, it did not take into account
the relation widget using other handlers.

The table widget will use an explicitly specified handler first, then it
will try and use the form's request handler, before using `onSave` as a
fallback, although this should really never occur.

Fixes #4776.
2020-03-05 16:37:16 +08:00
..
build-min.js Auto-detect correct postback handler for datatable widget. (#4967) 2020-03-05 16:37:16 +08: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 Auto-detect correct postback handler for datatable widget. (#4967) 2020-03-05 16:37:16 +08: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