Changes between Version 18 and Version 19 of S3/FilterForms
- Timestamp:
- 03/27/13 10:30:20 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/FilterForms
v18 v19 46 46 - '''get_vars''' is the dict of GET vars from the previous request (used to populate the widget, required but can be empty) 47 47 - '''alias''' is the component alias to use for the URL query (optional, needed if ''resource'' is not the master resource of the request) 48 49 The base class {{{S3FilterWidget}}} and all its subclasses are defined in {{{modules/s3/s3filter.py}}}. 48 50 === S3TextFilter === 49 51