Source code
Revision control
Copy as Markdown
Other Tools
<?xml version="1.0" encoding="UTF-8"?>
treechildren::-moz-tree-cell, label { unicode-bidi: plaintext; }
tree { height: 100px; }
]]></style>
<tree>
<treecols>
<treecol flex="1"/>
</treecols>
<treechildren>
<treeitem>
<treerow>
<treecell label="Hello!"/>
</treerow>
</treeitem>
<treeitem>
<treerow>
<treecell label="שלום!"/>
</treerow>
</treeitem>
<treeitem>
<treerow>
<treecell label="123 إفتح يا سمسم !"/>
</treerow>
</treeitem>
</treechildren>
</tree>
</window>