Treeview
The XMLNuke has a component to display data in Treeview.
These data can be organized hierarchically and can perform a JavaScript action when clicked.
This component can be combined with the component Container to open pages without reloading the page.
Código XML
<treeview title="Windows XP Explorer Treeview">
<folder title="My documents" img="mydocuments.gif"
action="document.getElementById('here').style.display='none';">
<leaf title="What's going on?" code="1" img="ie_link.gif"
action="loadUrl('here', '?module=sample&xsl=blank');"/>
</folder>
</treeview>
See XML of this page.