Select to view content in your preferred language

how to dynamic add child forthe dojo tree

707
1
08-22-2012 03:50 AM
fengwenjun
Deactivated User
I make a family tree.now, I want to achieve the function that add the children for the selected node.
I use software is ASP.net.
0 Kudos
1 Reply
__Rich_
Deactivated User
dijit/Tree

You don't really add nodes to the tree directly, you manipulate what the user sees through the model, if the model is connected to a datastore then update the datastore to 'add' nodes to the tree.
0 Kudos