Changes between Version 28 and Version 29 of S3/FilterForms
- Timestamp:
- 03/27/13 11:12:27 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/FilterForms
v28 v29 57 57 58 58 {{{ 59 instance = S3TextFilter(field, _class="class", _size=40, _name="name" )59 instance = S3TextFilter(field, _class="class", _size=40, _name="name", comment=None) 60 60 }}} 61 61 … … 63 63 64 64 - '''field''' is a field selector (or a list of field selectors) for the field(s) to filter by 65 - '''comment''' is a help text or tooltip widget to render with the filter widget (only rendered by S3FilterForm)66 65 67 66 Options: 68 67 69 - '' this widget has no options''68 - '''comment''' is a help text or tooltip widget to render with the filter widget (only rendered by S3FilterForm) 70 69 71 70 HTML Attributes: