Search and Top Navigation
#4222 closed enhancement (fixed)
Opened February 24, 2009 08:01PM UTC
Closed May 11, 2009 11:46AM UTC
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)
Change History (5)
Changed May 07, 2009 11:31AM UTC by comment:1
| milestone: | TBD → 1.8 |
|---|
Changed May 07, 2009 12:37PM UTC by comment:2
| resolution: | → worksforme |
|---|---|
| status: | new → closed |
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 May 11, 2009 11:30AM UTC by comment:3
| resolution: | worksforme |
|---|---|
| status: | closed → reopened |
Changed May 11, 2009 11:30AM UTC by comment:4
Reopening based on discussion on ui-dev.
Changed May 11, 2009 11:46AM UTC by comment:5
| resolution: | → fixed |
|---|---|
| status: | reopened → closed |
Fixed in r2516.