ORIENT/modules/backend/widgets/table/assets/js
Samuel Georges 6828094252 Lay initial ground work for server data source
- The first server data source (ServerEventDataSource) is event based, so the implementing code is responsible for handling the data maintenance logic explicitly.
- The nature of the server side data source should show the data is maintained automatically with AJAX by individual events triggered on the client side. Records are maintained one-to-one, when you edit it, it updates on the server and so on.
- Only the READ events are implemented at this point.
2016-01-16 17:38:05 +11:00
..
build-min.js Lay initial ground work for server data source 2016-01-16 17:38:05 +11:00
build.js Lay initial ground work for server data source 2016-01-16 17:38:05 +11:00
table.datasource.base.js Added the server-side data source foundation classes. Implemented the server-side client memory data source. Added more configuration options ot the client-side script. Updated documentation. 2014-12-10 22:46:17 -08:00
table.datasource.client.js Allows custom toolbar buttons to be injected 2015-10-01 18:13:15 +10:00
table.datasource.server.js Lay initial ground work for server data source 2016-01-16 17:38:05 +11:00
table.helper.navigation.js Fixes bug preventing pagination click 2016-01-16 16:20:33 +11:00
table.js Lay initial ground work for server data source 2016-01-16 17:38:05 +11: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 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.processor.checkbox.js Minor fixes and improvements. 2015-09-10 20:45:07 -07:00
table.processor.dropdown.js Added autocomplete column type to the Table widget 2015-11-17 21:26:03 -08:00
table.processor.string.js Implemented the oc.tableCellChanged event for the table widget. Added readonly mode support in the code editor widget. 2015-08-25 21:34:21 -07: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