#7446 closed enhancement (fixed)
Provide the ability to toggle BorderContainer panes open/closed
Reported by: | Sam Foster | Owned by: | Sam Foster |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Widgets | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This is a similar idea to the ExpandoPane?, but using the splitter itself to double-click to open/close
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Milestone: | tbd → 1.2 |
---|
Note: See
TracTickets for help on using
tickets.
(In [14858]) fixes #7446 dojox.layout.ToggleSplitter? extends dijit.layout._Splitter to add a double-click to toggle behavior, to the attached child (e.g. ContentPane?). It still needs animation, and perhaps more thought given to the look/feel.