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)
Change History (12)
Changed February 08, 2008 04:11PM UTC by comment:1
owner: | paul → joern |
---|
Changed March 08, 2008 11:28AM UTC by 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 comment:4
component: | ui.core → ui.accordion |
---|---|
version: | 1.2.2 → 1.5b4 |
Changed August 16, 2008 03:59PM UTC by comment:5
milestone: | → TDB |
---|---|
status: | new → assigned |
Changed December 02, 2008 04:01PM UTC by 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 comment:7
milestone: | TBD → 1.8 |
---|---|
owner: | joern |
Changed July 12, 2010 11:58AM UTC by 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.9 → 1.later |
summary: | Ability to disable specific accordion panes → Accordion: Ability to disable individual panes |
Changed July 14, 2010 04:38PM UTC by comment:9
milestone: | 1.later → 1.next |
---|
Changed March 28, 2011 08:54PM UTC by comment:10
status: | assigned → open |
---|
Changed October 03, 2012 03:23PM UTC by comment:11
milestone: | 1.next → 1.10.0 |
---|---|
priority: | major → minor |
Changed October 25, 2012 01:32PM UTC by comment:12
resolution: | → wontfix |
---|---|
status: | open → closed |
Its been five years, this is not going to happen in the next five years either.