Changes between Version 3 and Version 4 of S3/FilterForms


Ignore:
Timestamp:
03/19/13 13:01:59 (12 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/FilterForms

    v3 v4  
    55
    66== Framework ==
     7
     8The 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
    716
    817[[Image(filterforms.png)]]