Source code

Revision control

Copy as Markdown

Other Tools

<?xml version="1.0" encoding="UTF-8"?>
<style xmlns="http://www.w3.org/1999/xhtml"><![CDATA[
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>