Changes between Version 20 and Version 21 of S3/FilterForms


Ignore:
Timestamp:
03/27/13 10:46:30 (12 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/FilterForms

    v20 v21  
    5656}}}
    5757
     58Parameters:
     59
    5860  - '''field''' is a field selector (or a list of field selectors) for the field(s) to filter by
    59   - '''_class''' is a custom CSS class to set for the widget
    60   - '''_size''' is the input field width in characters (HTML attribute)
    61   - '''_name''' is a name for the input field (HTML attribute)
     61
     62Options:
     63
     64  - ''this widget has no options''
     65
     66HTML Attributes:
     67
     68  - '''_class''' is the CSS class for the input field
     69  - '''_size''' is the input field width in characters
     70  - '''_name''' is a name for the input field
    6271
    6372Note: 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".