Changes between Version 3 and Version 4 of S3/FilterForms
- Timestamp:
- 03/19/13 13:01:59 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/FilterForms
v3 v4 5 5 6 6 == Framework == 7 8 The framework for filter forms consists of 3 core components: 9 10 '''Client-side:''' 11 - a script to collect all values from filter widgets and convert them into a URL query 12 13 '''Server-side:''' 14 - the REST interface to interpret and apply the URL query as resource filter 15 - a form builder to render the filter form and prepopulate it with the values from the URL query 7 16 8 17 [[Image(filterforms.png)]]