126 | | Parameters: |
127 | | |
128 | | - '''field''' is a field selector (or a list of field selectors) for the field(s) to filter by |
129 | | |
130 | | Options: |
131 | | |
132 | | - '''hide_time''' to hide the time slider (...and only choose a date even if it's a datetime field), default is False (=show the time slider) |
133 | | - '''comment''' is a help text or tooltip widget to render with the filter widget (only rendered by S3FilterForm) |
134 | | |
135 | | HTML Attributes: |
136 | | |
137 | | - '''_class''' is the CSS class for the input field |
138 | | |
| 126 | '''Parameters''': |
| 127 | |
| 128 | ||'''Parameter'''||'''Type'''||'''Explanation'''||'''Default'''|| |
| 129 | ||field||string||field selector for the field to filter by ''(required)''||-|| |
| 130 | ||label||string or lazyT||the label for the fitler widget||None|| |
| 131 | ||hide_time||boolean||hide the time slider (...and only choose a date even if it's a datetime field)||False|| |
| 132 | ||_class||string||the CSS class for the input field||None|| |
| 133 | ||_name||string||name for the input field||None|| |
| 134 | ||comment||string or HTML widget||help text or tooltip widget to render with the filter widget (only rendered by S3FilterForm)||None|| |