Changes between Version 48 and Version 49 of S3/FilterForms


Ignore:
Timestamp:
04/02/13 09:53:49 (12 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/FilterForms

    v48 v49  
    121121
    122122{{{#!python
    123 instance = S3DateFilter(field, _class="class", hide_time=False, comment=None)
     123instance = S3DateFilter(field,
     124                        label=None,
     125                        hide_time=False,
     126                        _class="class",
     127                        comment=None)
    124128}}}
    125129
     
    131135  ||hide_time||boolean||hide the time slider (...and only choose a date even if it's a datetime field)||False||
    132136  ||_class||string||the CSS class for the input field||None||
    133   ||_name||string||name for the input field||None||
    134137  ||comment||string or HTML widget||help text or tooltip widget to render with the filter widget (only rendered by S3FilterForm)||None||
    135138== Filter Forms ==