Changes between Version 50 and Version 51 of S3/FilterForms


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/FilterForms

    v50 v51  
    101101  ||'''Parameter'''||'''Type'''||'''Explanation'''||'''Default'''||
    102102  ||field||string||field selector for the field to filter by ''(required)''||-||
    103   ||label||string or lazyT||the label for the fitler widget||None||
     103  ||label||string or lazyT||the label for the filter widget||None||
    104104  ||options||dict or callable||dict {value:label} of options for the widget, or a callable that returns such a dict||None||
    105105  ||represent||callable||a callable to render a label for an option||None||