index | search | no replies | posting guidelines | help login | register
Index » General » Site & Forum Feedback
search this forum:
:: Treeview Control: expand all ::    show all messagesPost a New Message | Post a Reply
Aug 30 2007, 10:38 AM
 Re: Treeview Control: expand allPost a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

If you mouse-over the node you want opened on page load, you will see the javascript function call that opens the node. All you have to do is to call that same function on page load

for example - I call mine using the function call below at the end of my page

<script>
    //note: if your treeview is using an ID
    //your function will be toggleYOURID

    toggle("N0_2","P02");
</script>



-------------------------
Ghost
Pages: (1)   [1]

search this forum: