Page 1 of 1

showhide method from static folder tree

PostPosted: Thu Nov 15, 2007 3:39 pm
by jarodium
Hello

I'm using the static version and would like to use the showHide method, but is not getting me anywhere.

I'm using the PHP class for writing the tree into my webpage, next the initTree is called but I would like to be able to show the deepest node possible after initTree finishes.

Example:
http://www.unibom.pt/produtos.htm?c=41&mode=i

If you open this page, category id 41 is opened and the breadcrumb navigation shows it's parents.

The correct for expanding order should be 1, 39, 41

I would like to achieve on opening those nodes after the page is loaded....

Can anyone help?