62 | | Parameters: |
63 | | |
64 | | - '''field''' is a field selector (or a list of field selectors) for the field(s) to filter by |
65 | | |
66 | | Options: |
67 | | |
68 | | - '''comment''' is a help text or tooltip widget to render with the filter widget (only rendered by S3FilterForm) |
69 | | |
70 | | HTML Attributes: |
71 | | |
72 | | - '''_class''' is the CSS class for the input field |
73 | | - '''_size''' is the input field width in characters |
74 | | - '''_name''' is a name for the input field |
| 62 | '''Parameters''': |
| 63 | |
| 64 | ||'''Parameter'''||'''Type'''||'''Explanation'''||'''Default'''|| |
| 65 | ||field||string or list of strings||field selector (or a list of field selectors) for the field(s) to filter by ''(required)''||-|| |
| 66 | ||comment||string or HTML widget||help text or tooltip widget to render with the filter widget (only rendered by S3FilterForm)||None|| |
| 67 | ||_class||string||the CSS class for the input field||None|| |
| 68 | ||_size||integer||the input field width in characters||None|| |
| 69 | ||_name||string||name for the input field||None|| |