Re: Trees in Tabs?
Lukas_Skywalker <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <14170434.957.1320081032280.JavaMail.geo-discussion-forums@yqie15> |
I had a different approach. For an example, look here: http://musicdc.svn.sourceforge.net/viewvc/musicdc/trunk/chrome/content/main.js?revision=565&view=markup#l923 In line 923, i get a reference to the _treechildren_ element of the tree. This is important, use treechildren. I'm creating treeitem, treerow and treecell elements on the next lines and append them in reverse order to each other. This works for me.