Opened 9 years ago
Closed 5 years ago
#13878 closed enhancement (patchwelcome)
TitleGroup non-accordion toggle option
Reported by: | jesus.crysist | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.13 |
Component: | DojoX Widgets | Version: | 1.6.1 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
TitlePanes? in TitleGroup? behave like panes in AccordionContainer?, that is only one pane stays opened (the rest are closed). It would be nice that TitleGroup? have ability to open any TitlePanes? and that it will stay open until explicitly closed. I guess adding an property to TitleGroup? that will define one (accordion) or other (TitlePane?'s) behavior should not be hard.
Change History (2)
comment:1 Changed 9 years ago by
comment:2 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
Given that no one has shown interest in creating a patch in the past 4+ years, I'm closing this as patchwelcome.
Note: See
TracTickets for help on using
tickets.
If you don't want the auto-close function of the TitleGroup? you can just add the TitlePanes? after each other in a div element? That is what the TitleGroup?.addChild does anyway: http://bugs.dojotoolkit.org/browser/dojo/dojox/trunk/widget/TitleGroup.js#L51