Skip to main content

Bug Tracker

Side navigation

#2208 closed feature (invalid)

Opened January 22, 2008 12:43AM UTC

Closed June 09, 2009 05:06PM UTC

Ability to disable specific accordion panes

Reported by: namesbc Owned by: joern
Priority: major Milestone: 1.2.3
Component: ui Version: 1.2.2
Keywords: accordion 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.

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.

Attachments (0)
Change History (3)

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 June 09, 2009 05:06PM UTC by joern comment:3

resolution: → invalid
status: newclosed

Accordion is now part of jQuery UI