EdwardKing
08-24-2005, 06:16 AM
I want to create a dynamic expand tree,like follows:
-Root
--+Directory1
--+Directory2
When click Directory1,this page will read contents of Directory1 from database and show them,the result is follows:
-Root
---Directory1
--+Directory1-1
---File1
---File2
--+Directory2
How to realize above function? Is there have open source code for it?
-Root
--+Directory1
--+Directory2
When click Directory1,this page will read contents of Directory1 from database and show them,the result is follows:
-Root
---Directory1
--+Directory1-1
---File1
---File2
--+Directory2
How to realize above function? Is there have open source code for it?