Changes between Version 20 and Version 21 of S3/FilterForms
- Timestamp:
- 03/27/13 10:46:30 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/FilterForms
v20 v21 56 56 }}} 57 57 58 Parameters: 59 58 60 - '''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 62 Options: 63 64 - ''this widget has no options'' 65 66 HTML 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 62 71 63 72 Note: 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".