Changes between Version 46 and Version 47 of S3/FilterForms
- Timestamp:
- 04/02/13 09:50:58 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/FilterForms
v46 v47 57 57 58 58 {{{#!python 59 instance = S3TextFilter(field, label=None, _class="class", _size=40, _name="name", comment=None) 59 instance = S3TextFilter(field, 60 label=None, 61 _size=40, 62 _class="class", 63 _name="name", 64 comment=None) 60 65 }}} 61 66 … … 65 70 ||field||string or list of strings||field selector (or a list of field selectors) for the field(s) to filter by ''(required)''||-|| 66 71 ||label||string or lazyT||the label for the fitler widget||None|| 72 ||_size||integer||the input field width in characters||40|| 67 73 ||_class||string||the CSS class for the input field||None|| 68 ||_size||integer||the input field width in characters||40||69 74 ||_name||string||name for the input field||None|| 70 75 ||comment||string or HTML widget||help text or tooltip widget to render with the filter widget (only rendered by S3FilterForm)||None||