How can I create a multilevel tree display in my extension panel using
domplate. I'm maintaining data with depth and order information. I
think recursion will be required but having no prior experience with
domplate, I'm at a loss as to how this would be implemented. Is there
anything similar in Firebug I could take a look at for pointers?

Thanks,
Manoj

e.g.

    - a()
        |
        - b()
        |   |
        |   - c()
        |       |
        |       - d()
        |       |   |
        |       |   - e()
        |       |
        |       - f()
        |
        - g()
            |
            - h()
            |   |
            |   - i()
            |
            - j()
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to