Hi all,
I want to place <iframe> content in a XUL <treecel>, much of the documentaion says this is possible, and really a <treecell> is no diffierent from a <td> tag. However, certainly on Firebird 0.6, using as <treecell/> works fine, but <treecell> ..content </treecell> does not, and also appears to ignore any size based CSS formatting as well (ie. min-height: 50px;).
Could someone clarify that this is in fact possible, and if so, the syntax of using treecell in this way.
Thanks,
Neil
No, tree cells may only contain text and images.
If you don't require hierarchical rows however, you can use a listbox which does allow other types of content.
Trees must be styles in a special way as no CSS blocks are made for their content. See http://www.xulplanet.com/tutorials/xultu/treestyle.html
/ Neil
