Changes between Version 2 and Version 3 of S3/S3GroupedOptionsWidget


Ignore:
Timestamp:
04/01/13 19:44:31 (12 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3GroupedOptionsWidget

    v2 v3  
    3232  ||'''Parameter'''||'''Type'''||'''Explanation'''||'''Default'''||
    3333  ||options||list of tuples [(value, label)], or as dict {value: label}||the options, None to auto-detect the options from the Field during rendering||None||
    34   ||multiple||boolean||multiple options can be selected||True||
    35   ||size||integer||the maximum number of option in merged letter-groups||12||
     34  ||multiple||boolean||multiple options can be selected (False will render radio-buttons instead of checkboxes)||True||
     35  ||size||integer||the maximum number of option in merged letter-groups (None to no group lexicographically)||12||
    3636  ||cols||integer||the number of options per row||3||
    3737  ||help_field||string or dict {value: tooltip-string}||field in the referenced table to retrieve a tooltip text for each option (for foreign keys only), or a dict of tooltips, or a callable returning such a dict||None||