How to get selected child nodes from DynaTree

368 views
Skip to first unread message

asho...@gmail.com

unread,
May 13, 2016, 9:09:07 AM5/13/16
to Discuss jquery.dynatree.js
Hi All,

How to get only the key/title of selected child node in a DynaTree with multi select option.

$.map(node.tree.getSelectedNodes(), function (node) {return node.data.key;});

Above code returns key of all selected nodes including Root and Child. Is there an option to just pull only selected Child node Key/title.

Thanks,
Ashok
Reply all
Reply to author
Forward
0 new messages