Page 1 of 1

Tree Menus

Posted: Mon Jan 12, 2009 4:06 am
by daregazi
Hi Everyone,

I am developing a web site in PHP, and I would like to have tree-menu buttons in the left side of the screen. something like windows file explorer that the user is able to open and close folders (in this case submenus) whenever s/he chooses them. obviously in type of tree menus, many submenus can be left open simultaneously. and you need to shift the page contents up and down as the sub menus are opened or closed.

I do not have a clue how to do it in PHP. Is that possible in PHP or I must use AJAX etc..?

I appreciate any help!

Re: Tree Menus

Posted: Mon Jan 12, 2009 4:26 am
by jaoudestudios
You dont need to use ajax.

Google 'tree menu jquery'.

Jquery has a library for this. So should be quite easy to setup.

Re: Tree Menus

Posted: Mon Jan 12, 2009 4:49 am
by daregazi
Thanks.
I will look at it.
Cheers