Another idea: extend DOMBasePanel.prototype, eg like WatchPanel, so
you inherit the DOM functionality.

jjb

On Dec 15, 12:23 pm, Manoj <[email protected]> wrote:
> This was a great help! I was able to do a basic tree display and will
> post a screenshot.
>
> Thanks,
> Manoj
>
> On Dec 11, 2:17 pm, John J Barton <[email protected]> wrote:
>
> > Both the HTML and DOM panels have such a dislay and Honza has a great
> > tutorial and 
> > demo:http://www.softwareishard.com/blog/domplate/domplate-examples-part-ii/
>
> > On Dec 11, 1:48 pm, Manoj <[email protected]> wrote:
>
> > > 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