Tanou
|
| Posted: 03/27/2002, 1:28 AM |
|
Hi
I would like to have a expanded Tree output like this:
- Parent 1
- Subitem 1
- Subitem 2
- Subsubitem 1
- Subsubitem 2
- Parent 2
- Subitem 1
I have no clue how to do this in CC with PHP. somebody has a hint?
Regards
Daniel
|
|
|
 |
Alex Alexapolsky
|
| Posted: 03/27/2002, 5:32 AM |
|
Most explorer like trees are frame based. which means that you need to
create out-of-cc page. you should take some available javascript
tree , such as www.treemenu.com or Joust , and you should
fill method params in javascript via server side script.
|
|
|
 |
www.adenin.nl
|
| Posted: 03/27/2002, 6:23 AM |
|
You can also visit www.treegen.com. You can download a free copy of treegen. You can even display info out of a text or database as tree.
Regards,
Marco Groeneveld
www.adenin.nl
|
|
|
 |
|