| Issue 257: | Add tree method shortcuts widget methods | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Widget functions (e.g. $("#tree").bind(), .unbind(), enable(), .disable())
should be accessible as tree methods:
tree.unbind();
This is more straight forward, considering dynatrees object oriented aproach.
For example in event handlers
onKeypress(node, event){
if(event.which == 13){
node.tree.unbind();
}
}
Jan 26, 2013
(No comment was entered for this change.)
Labels:
-Milestone-Release1.3 Milestone-Release2.0
Oct 6, 2013
(No comment was entered for this change.)
Status:
Done
Owner: --- |
This issue is addressed with Dynatree 2.0 ('fancytree')