Re: Trees in Tabs?
reverendlinux <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <51ad87fa-6965-4494-bae4-087b9a446fa7@b20g2000vbz.googlegroups.com> |
On Sep 11, 5:08 pm, Neil <[email protected]> wrote: > reverendlinux wrote: > >In pre-planning a XUL utility (for personal use), I hit on the idea of having multiple tabs with trees in that are populated by Javascript. Before I start my coding, I'd like to know is this possible? If so, is there anything special beyond building it like > > ><tab> > > <tree> > > ...stuff in tree... > > </tree> > ></tab> > > >Any real gotcha's to look out for? > > >Thanks in advance... > > Should be fine. KaiRo's Data Manager works like this for instance. > > -- > Warning: May contain traces of nuts. Thanks, Neil. I'll give the code a look.