Changes between Version 37 and Version 38 of S3/FilterForms
- Timestamp:
- 04/01/13 18:54:01 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/FilterForms
v37 v38 97 97 - '''options''' is a dict {value:label} of options for the widget, or a callable that returns such a dict 98 98 - '''represent''' is a callable to render a label for each option 99 - '''widget''' selects the widget, either " checkboxes" (S3 grouped checkboxes, default) or "multiselect" (jQuery UI Multiselect-Dropdown by Eric Hynds) or "multiselect-bootstrap" (Bootstrap Multiselect-Dropdown)99 - '''widget''' selects the widget, either "groupedopts" (S3 grouped checkboxes, default) or "multiselect" (jQuery UI Multiselect-Dropdown by Eric Hynds) or "multiselect-bootstrap" (Bootstrap Multiselect-Dropdown) 100 100 - '''comment''' is a help text or tooltip widget to render with the filter widget (only rendered by S3FilterForm) 101 101