Changes between Version 47 and Version 48 of S3/FilterForms


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/FilterForms

    v47 v48  
    118118[[Image(s3datefilter.png)]]
    119119
    120 Configuration:
     120'''Configuration''':
    121121
    122122{{{#!python
     
    124124}}}
    125125
    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||
    139135== Filter Forms ==
    140136