views:

116

answers:

0

I'm using the JQuery Treeview plugin to display a folder tree. The branches of the tree are provided in an XML file, provided by Livelink. For performance reasons, the tree is initially populated with 2 levels. So far, no problems. I have successfully created the Treeview for the first two levels.

Now I need to be able to asynchronoulsy extend the selected branch with one level. As I cannot use PHP with Livelink, I need another way to extend the branches.

Is there a way to extend a branch from an external source? I need to be able to send a URL with the ID of the branch to Livelink. I can then have Livelink return the childnodes in any format needed.