Changes between Version 37 and Version 38 of S3/FilterForms


Ignore:
Timestamp:
04/01/13 18:54:01 (12 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/FilterForms

    v37 v38  
    9797  - '''options''' is a dict {value:label} of options for the widget, or a callable that returns such a dict
    9898  - '''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)
    100100  - '''comment''' is a help text or tooltip widget to render with the filter widget (only rendered by S3FilterForm)
    101101