| Issue 462: | Improve getSelectedNodes | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What new or enhanced feature are you proposing? At the moment I am using selectMode = 3. When calling function getSelectedNodes, it only includes selected node (node.bSelected). I also want this methods to return node.hasSubSel. At the moment. I just update the code to consider node.hasSubSel What goal would this enhancement help you achieve? Give flexibility for the users to control what to nodes to returns.
Nov 19, 2013
Project Member
#1
moo...@wwwendt.de
Labels:
Milestone-Release0.0
Nov 20, 2013
Thats a very special requirement that could be easiliy implemented using `tree.visit()` (I would not recommend the patch library code for that)
Status:
WontFix
Labels: -Milestone-Release0.0 Milestone-Release1.2.6 |