Re: Trees in Tabs?
reverendlinux <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <5de2b01f-0f00-4432-a610-ba96aabf7568@e34g2000pri.googlegroups.com> |
On Sep 12, 9:05 am, Igor Tandetnik <[email protected]> wrote: > On 9/11/2011 12:34 PM, 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> > > You probably want your tree in a <tabpanel>, not a <tab>. <tab> > represents the little tag at the top that you click to switch tabs. > -- > Igor Tandetnik Thanks, Igor! I've now gotten the rough draft of my tabs/trees laid out. As I approached writing the Javascript for populating the tree, I was wondering if there were any nuances that others may know of. Just to make the chore a bit easier.