Skip to main content

Search and Top Navigation

#2208 closed feature (wontfix)

Opened January 22, 2008 12:43AM UTC

Closed October 25, 2012 01:32PM UTC

Accordion: Ability to disable individual panes

Reported by: namesbc Owned by:
Priority: minor Milestone: 1.10.0
Component: ui.accordion Version: 1.5b4
Keywords: Cc:
Blocked by: Blocking:
Description

It would be helpful to have the ability to enable/disable certain accordion panes. For example, disable a pane until an ajax request has completed loading the content contained within.

Attachments (1)
  • accordion-2208.patch (1.4 KB) - added by skorpan December 02, 2008 03:59PM UTC.

    Adding exceptFor option.

Change History (12)

Changed February 08, 2008 04:11PM UTC by paul comment:1

owner: pauljoern

Changed March 08, 2008 11:28AM UTC by joern comment:2

Sounds like a viable idea, to be implemented in a later release.

Changed May 24, 2008 03:39AM UTC by comment:3

milestone: 1.2.3

Milestone 1.2.3 deleted

Changed May 24, 2008 07:09PM UTC by paul comment:4

component: ui.coreui.accordion
version: 1.2.21.5b4

Changed August 16, 2008 03:59PM UTC by Cloudream comment:5

milestone: → TDB
status: newassigned

Changed December 02, 2008 04:01PM UTC by skorpan comment:6

Attached a patch adding the "exceptFor" option partly fixing this. Takes either a string (selector) or an array of selectors.

Changed May 07, 2009 01:42PM UTC by jzaefferer comment:7

milestone: TBD1.8
owner: joern

Changed July 12, 2010 11:58AM UTC by scottgonzalez comment:8

description: It would be helpful to have the ability to enable/disable certain accordion panes. For example, disable a pane until an ajax request has completed loading the content contained within. \ \ This could be implemented in the clickHandler by checking a html attribute in the header before opening the pane: \ \ {{{ \ // If header is disabled then ignore click \ if(clicked.attr('disable') == 'True') { \ return false; \ } \ }}} \ \ \ Also, to allow javascript manipulation, write enable and disable functions which would add or remove the disabled attribute to the header specified by an index.It would be helpful to have the ability to enable/disable certain accordion panes. For example, disable a pane until an ajax request has completed loading the content contained within. \
keywords: accordion
milestone: 1.91.later
summary: Ability to disable specific accordion panesAccordion: Ability to disable individual panes

Changed July 14, 2010 04:38PM UTC by scottgonzalez comment:9

milestone: 1.later1.next

Changed March 28, 2011 08:54PM UTC by scottgonzalez comment:10

status: assignedopen

Changed October 03, 2012 03:23PM UTC by scottgonzalez comment:11

milestone: 1.next1.10.0
priority: majorminor

Changed October 25, 2012 01:32PM UTC by jzaefferer comment:12

resolution: → wontfix
status: openclosed

Its been five years, this is not going to happen in the next five years either.