| Issue 160: | autoCollapse needs an additional mode | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What new or enhanced feature are you proposing? Currently autoCollapse can only be set to either true or false. I would like to see this as: 0, 1 or 2 Something like: 0 = false = autoCollapse OFF 1 = true = autoCollapse ON 2 = = Always Collapse What goal would this enhancement help you achieve? The current behaviour for autoCollapse doesn't work as expected. At least, as I expect it. When the next folder you click on is empty, the previous opened folder will NOT auto collapse! E.g. it is the same behaviour as if the next folder was only a document. From my point of view, regarding Folders, it's either autoCollapse or not regardless of the next Folders state.
Nov 7, 2010
Yes, this works nicely.
Nov 7, 2010
(No comment was entered for this change.)
Status:
WontFix
|
Could you achieve this behaviour using this pattern?: onActivate(node){ node.collapseSiblings() }Labels: Milestone-Release1.0