Opened 14 years ago

Closed 14 years ago

#4222 closed enhancement (fixed)

Add ability to not use icons

Reported by: grabanski Owned by:
Priority: minor Milestone: 1.8
Component: ui.accordion Version: 1.6rc6
Keywords: Cc:
Blocked by: Blocking:

Description

Please add the ability to use options { icons: false } to not put the icons in the accordion. I have an accordion that doesn't use the icons so I have to hide them with CSS currently.

Thanks.

Attachments (1)

accordion-4222.patch (2.8 KB) - added by Jörn Zaefferer 14 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 14 years ago by Jörn Zaefferer

Milestone: TBD1.8

comment:2 Changed 14 years ago by Jörn Zaefferer

Resolution: worksforme
Status: newclosed

Hiding with CSS is simple enough. icons:false would have to be handled when using accordion("option"), too, which is too complex for such a simple task.

Changed 14 years ago by Jörn Zaefferer

Attachment: accordion-4222.patch added

comment:3 Changed 14 years ago by Jörn Zaefferer

Resolution: worksforme
Status: closedreopened

comment:4 Changed 14 years ago by Jörn Zaefferer

Reopening based on discussion on ui-dev.

comment:5 Changed 14 years ago by Jörn Zaefferer

Resolution: fixed
Status: reopenedclosed

Fixed in r2516.

Note: See TracTickets for help on using tickets.