Opened 18 years ago

Closed 18 years ago

#2116 closed enhancement (fixed)

[patch] CheckboxSelectMultipleField is missing ul_class parameter

Reported by: Jorge Gajon <gajon@…> 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)

CheckboxSelectMultipleField_add_ul_class.patch (1.1 KB ) - added by Jorge Gajon <gajon@…> 18 years ago.
Adds ul_class parameter to CheckboxSelectMultipleField

Download all attachments as: .zip

Change History (2)

by Jorge Gajon <gajon@…>, 18 years ago

Adds ul_class parameter to CheckboxSelectMultipleField

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [3110]) Fixed #2116 -- Added ul_class parameter to CheckboxSelectMultipleField. Thanks, Jorge Gajon

Note: See TracTickets for help on using tickets.
Back to Top