Hi !
Need some idea to code that :
Have a node. Inside this node somes childs nodes. If i select a child node, how to determine the previous or the next node (without use my own list) ?
if i click on a 'next' button i want select David
if i click on a 'prev' button i want select Jeremy
Thanks for your help !
Need some idea to code that :
Have a node. Inside this node somes childs nodes. If i select a child node, how to determine the previous or the next node (without use my own list) ?
- Men -- Jeremy -- Mark (selected) -- David
if i click on a 'next' button i want select David
if i click on a 'prev' button i want select Jeremy
Thanks for your help !