Changes between Version 19 and Version 20 of S3/FilterForms


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/FilterForms

    v19 v20  
    5050=== S3TextFilter ===
    5151
    52   * tbw
     52S3TextFilter renders a text input field to filter text fields in the resource for strings.
    5353
     54{{{
     55instance = S3TextFilter(field, _class="class", _size=40, _name="name")
     56}}}
     57
     58  - '''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)
     62
     63Note: 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".
    5464=== S3OptionsFilter ===
    5565