Changes between Version 48 and Version 49 of S3/FilterForms
- Timestamp:
- 04/02/13 09:53:49 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/FilterForms
v48 v49 121 121 122 122 {{{#!python 123 instance = S3DateFilter(field, _class="class", hide_time=False, comment=None) 123 instance = S3DateFilter(field, 124 label=None, 125 hide_time=False, 126 _class="class", 127 comment=None) 124 128 }}} 125 129 … … 131 135 ||hide_time||boolean||hide the time slider (...and only choose a date even if it's a datetime field)||False|| 132 136 ||_class||string||the CSS class for the input field||None|| 133 ||_name||string||name for the input field||None||134 137 ||comment||string or HTML widget||help text or tooltip widget to render with the filter widget (only rendered by S3FilterForm)||None|| 135 138 == Filter Forms ==