Changes between Version 50 and Version 51 of S3/FilterForms
- Timestamp:
- 04/02/13 09:54:31 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/FilterForms
v50 v51 101 101 ||'''Parameter'''||'''Type'''||'''Explanation'''||'''Default'''|| 102 102 ||field||string||field selector for the field to filter by ''(required)''||-|| 103 ||label||string or lazyT||the label for the fi tler widget||None||103 ||label||string or lazyT||the label for the filter widget||None|| 104 104 ||options||dict or callable||dict {value:label} of options for the widget, or a callable that returns such a dict||None|| 105 105 ||represent||callable||a callable to render a label for an option||None||