Changes between Version 46 and Version 47 of S3/FilterForms


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/FilterForms

    v46 v47  
    5757
    5858{{{#!python
    59 instance = S3TextFilter(field, label=None, _class="class", _size=40, _name="name", comment=None)
     59instance = S3TextFilter(field,
     60                        label=None,
     61                        _size=40,
     62                        _class="class",
     63                        _name="name",
     64                        comment=None)
    6065}}}
    6166
     
    6570  ||field||string or list of strings||field selector (or a list of field selectors) for the field(s) to filter by ''(required)''||-||
    6671  ||label||string or lazyT||the label for the fitler widget||None||
     72  ||_size||integer||the input field width in characters||40||
    6773  ||_class||string||the CSS class for the input field||None||
    68   ||_size||integer||the input field width in characters||40||
    6974  ||_name||string||name for the input field||None||
    7075  ||comment||string or HTML widget||help text or tooltip widget to render with the filter widget (only rendered by S3FilterForm)||None||