Changes between Version 41 and Version 42 of S3/FilterForms


Ignore:
Timestamp:
04/02/13 09:39:12 (12 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/FilterForms

    v41 v42  
    218218=== Using Filter Forms in REST Method Handlers ===
    219219
    220 Filter forms can be rendered by any method handler. Since filter forms will never be submitted, the method handler does not need to handle any subsequent POSTs related to the filter form, but just insert the filter form HTML to the page.
     220Filter forms can be rendered by any method handler. Since filter forms will never be submitted, the method handler does not need to handle any subsequent POSTs related to the filter form, but just insert the filter form HTML into the page.
    221221
    222222'''A filter form can be generated using the S3FilterForm class''':