Tree Menus

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
daregazi
Forum Newbie
Posts: 15
Joined: Mon Dec 08, 2008 1:49 pm

Tree Menus

Post 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!
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: Tree Menus

Post 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.
daregazi
Forum Newbie
Posts: 15
Joined: Mon Dec 08, 2008 1:49 pm

Re: Tree Menus

Post by daregazi »

Thanks.
I will look at it.
Cheers
Post Reply