Changes between Version 3 and Version 4 of S3/S3GroupedOptionsWidget
- Timestamp:
- 04/01/13 19:45:24 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3GroupedOptionsWidget
v3 v4 35 35 ||size||integer||the maximum number of option in merged letter-groups (None to no group lexicographically)||12|| 36 36 ||cols||integer||the number of options per row||3|| 37 ||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||37 ||help_field||string or dict {value: tooltip-string}||field in the referenced table (if field is a foreign key) to retrieve a tooltip text for each option (to be shown when hovering over the option label), or a dict of tooltips, or a callable returning such a dict||None|| 38 38 ||none||boolean||Render "None" as regular option||False|| 39 39