Paolo fa9976ec66 - FilterWidget can represents the retrieved data with tablesorter or pivotUI
- Added new constants to FiltersLib
- Added new parameter pivotui to FHC-Header to load JS and CSS for pivotUI
- Renamed constat WIDGET_URL_TABLE_DATASET to WIDGET_URL_DATASET_TABLESORTER in FilterWidget
- Added new constat WIDGET_URL_DATASET_PIVOTUI to FilterWidget
- Added new private properties _datasetRepresentation and _datasetRepresentationOptions to FilterWidget
- Renamed FilterWidget->loadViewTableDataset to loadViewDataset
- FilterWidget->loadViewDataset loads tablesorter or pivotUI view depending on the value of property _datasetRepresentation
- FilterWidget accepts two new parameter: datasetRepresentation and datasetRepOptions
- datasetRepresentation is required
- FilterWidget stores in session the _datasetRepresentation and _datasetRepresentationOptions properties
- Adapted view views/widgets/filter/filter to use loadViewDataset
- All views using FilterWidget have been adapted to use the required parameter datasetRepresentation
- Added new constats DATASET_REP_TABLESORTER and DATASET_REP_PIVOTUI to public/js/FilterWidget.js
- Added new private property _datasetRepresentation to FHC_FilterWidget in public/js/FilterWidget.js
- Based on property _datasetRepresentation FilterWidget.js will represent the FilterWidget data with tablesorter or pivotUI
- Added new private method _renderDataset to FHC_FilterWidget in public/js/FilterWidget.js
- Renamed method _renderTableDataset to _renderDatasetTablesorter in FHC_FilterWidget in public/js/FilterWidget.js
- Added new method _renderDatasetPivotUI to FHC_FilterWidget in public/js/FilterWidget.js
- Added bew method _setDatasetRepresentation to FHC_FilterWidget in public/js/FilterWidget.js
2019-01-11 15:14:53 +01:00
2019-01-09 13:59:03 +01:00
2018-12-19 19:36:49 +01:00
2018-12-21 16:02:04 +01:00
2019-01-09 13:59:03 +01:00
2019-01-09 13:59:03 +01:00
2019-01-07 15:48:42 +01:00
2018-11-20 17:36:24 +01:00
2019-01-09 18:10:55 +01:00
2018-02-16 11:43:59 +01:00
2016-11-22 10:38:29 +01:00
2019-01-09 13:59:03 +01:00
2017-09-11 16:06:56 +02:00
2018-07-24 13:27:44 +02:00
2016-04-10 18:11:09 +02:00
2010-01-25 08:48:30 +00:00
2011-02-08 14:05:23 +00:00
2015-04-14 17:24:27 +02:00
2017-03-06 17:13:22 +01:00
2018-07-24 13:27:44 +02:00
2017-02-14 18:58:47 +01:00
S
Description
No description provided
Readme GPL-3.0 168 MiB
Languages
PHP 66.2%
JavaScript 12.3%
HTML 9.1%
XSLT 8.4%
CSS 3.4%
Other 0.5%