I have writen a site editor project.
Can find it:
http://phpsiteedit.sourceforge.net/siteedit/docs/demos.php
I list the folder tree in php script. When I open a folder I must refresh the page.
Who can help me How to write a javascript tree for folder list so don't need refresh the tree view every time.
Help me.
Take a look at phpMyAdmin - it uses a Javscript Tree for the database-table lists.
I have look at phpMyAdmin,But the tree is two level only(Parent and child).
I need a not limit tree for folder view in my application.
The phpMyAdmin is not a good example.
Did you have a another good idea?