Changes between Version 41 and Version 42 of S3/FilterForms
- Timestamp:
- 04/02/13 09:39:12 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/FilterForms
v41 v42 218 218 === Using Filter Forms in REST Method Handlers === 219 219 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.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 into the page. 221 221 222 222 '''A filter form can be generated using the S3FilterForm class''':