tree-row-outline-1-notref.xul 682 B

123456789101112131415161718192021
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
  3. <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  4. xmlns:html="http://www.w3.org/1999/xhtml"
  5. >
  6. <tree seltype="single" flex="1">
  7. <treecols>
  8. <treecol flex="1"/>
  9. <treecol flex="1"/>
  10. </treecols>
  11. <treechildren>
  12. <treeitem><treerow><treecell label="One"/><treecell label="Two"/></treerow></treeitem>
  13. <treeitem><treerow><treecell label="One"/><treecell label="Two"/></treerow></treeitem>
  14. <treeitem><treerow><treecell label="One"/><treecell label="Two"/></treerow></treeitem>
  15. </treechildren>
  16. </tree>
  17. </window>