I have a data-structure that basically is a tree of objects that I want to visualize in a browser.
What I want is a rendering where each object would appear as a box, containing it's subordinate objects (as boxes within boxes and so on) and I need to be able to attach a link to each each box to allow for some "drilling down".
Unfortunately my css is a bit rusty (I never did much web-design work) so I wonder if there are any modules out there that could help me with this task.
At the moment beauty is not important so I would be happy with everything that works.
Many thanks!
In reply to Rendering a hierarchical data-structure as html by morgon
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |