Re: Trees in Tabs?
Igor Tandetnik <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <[email protected]> |
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