Hi. I'm working on a Tree Menu that gets it's parents and childs from a web service via soap.
I have used PEAR\HTML_TreeMenu and i have my tree up and running.. So now i have to do 2 more things:
- Ajax it so parents and child are loaded async and when need it.
- Get all that in a joomla module...
My problem for starters is that HTML_TreeMenu comes with a javascript that does the work along with a TreeMenu.php (PEAR\HTML\TreeMenu.php). So how can i ajax it ... and then how is it possible to make that a joomla module..
I know that what i'm asking can't be answered easily.. So how do you think i should go with it?? Any ideas? Has anyone worked with PEAR\HTML_TreeMenu???