Opened 12 years ago
Closed 12 years ago
#9264 closed enhancement (duplicate)
Make AccordionContainer more extensible
Reported by: | laura_ | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
AccordionContainer? contains a hardcoded reference to dijit.layout._AccordionButton. This makes it very difficult to add custom pane title functionality (see AccordionContainer::_setupChild on line 96).
It would be terrific if one could specify a custom "button" type of class for the pane, instead of being forced to only use _AccordionButton.
Change History (2)
comment:1 Changed 12 years ago by
Component: | General → Dijit |
---|---|
Owner: | anonymous deleted |
comment:2 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Yup, it's a dup, but thanks for pointing out that I missed getChildren(). I updated it in [17511].
Note: See
TracTickets for help on using
tickets.
Dup of #9142? There's still a hard-coded reference in getChildren()