Opened 18 years ago
Closed 18 years ago
#2116 closed enhancement (fixed)
[patch] CheckboxSelectMultipleField is missing ul_class parameter
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Core (Other) | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The CheckboxSelectMultipleField is missing the useful "ul_class" parameter that RadioSelectField does have.
Without this parameter it is more difficult to style the rendered list with CSS.
Thanks!
Attachments (1)
Change History (2)
by , 18 years ago
Attachment: | CheckboxSelectMultipleField_add_ul_class.patch added |
---|
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Adds ul_class parameter to CheckboxSelectMultipleField