Changes between Version 42 and Version 43 of S3/FilterForms


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/FilterForms

    v42 v43  
    5454[[Image(s3textfilter.png)]]
    5555
    56 Configuration:
     56'''Configuration''':
    5757
    5858{{{#!python
     
    6060}}}
    6161
    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||
    7570
    7671Note: if multiple strings are entered by the user, each of them (AND) must appear in any of the fields (OR) specified by the field selectors. All fields must be type "string" or "text".